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:
- name: http
port: 3000
targetPort: http
targetPort: 3000
nodePort: null
- name: ssh
port: 2222
port: 22
targetPort: ssh
nodePort: null
selector:
@@ -56,7 +56,7 @@ spec:
- name: http
containerPort: 3000
- name: ssh
containerPort: 2222
containerPort: 22
volumeMounts:
- name: gitea-data
mountPath: /data