This commit is contained in:
allard
2025-11-25 08:07:27 +01:00
parent 66d03718c1
commit 9e6566a99f
2 changed files with 3 additions and 3 deletions

View File

@@ -12,10 +12,10 @@ spec:
ports: ports:
- name: http - name: http
port: 3000 port: 3000
targetPort: http targetPort: 3000
nodePort: null nodePort: null
- name: ssh - name: ssh
port: 2222 port: 22
targetPort: ssh targetPort: ssh
nodePort: null nodePort: null
selector: selector:
@@ -56,7 +56,7 @@ spec:
- name: http - name: http
containerPort: 3000 containerPort: 3000
- name: ssh - name: ssh
containerPort: 2222 containerPort: 22
volumeMounts: volumeMounts:
- name: gitea-data - name: gitea-data
mountPath: /data mountPath: /data