gitea rename and pvc move

This commit is contained in:
2024-05-02 17:19:17 +02:00
parent edf0e6bf2c
commit 72cb1cf6d9
7 changed files with 8 additions and 11 deletions

View 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: {}