gitea rename and pvc move
This commit is contained in:
18
apps/gitea/base/service.yaml
Normal file
18
apps/gitea/base/service.yaml
Normal file
@ -0,0 +1,18 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
labels:
|
||||
app: gitea
|
||||
name: gitea
|
||||
spec:
|
||||
ports:
|
||||
- name: http
|
||||
port: 80
|
||||
targetPort: http
|
||||
- name: ssh
|
||||
port: 22
|
||||
targetPort: ssh
|
||||
selector:
|
||||
app: gitea
|
||||
status:
|
||||
loadBalancer: {}
|
Reference in New Issue
Block a user