change listen port

This commit is contained in:
j37hr0 2026-05-03 16:56:57 +12:00
parent 5d45c7a682
commit f7dce37b84
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@ spec:
- name: FORGEJO__server__SSH_PORT
value: "30222"
- name: FORGEJO__server__SSH_LISTEN_PORT
value: "22"
value: "2222"
volumeMounts:
- name: forgejo-data
mountPath: /data

View file

@ -9,6 +9,6 @@ spec:
ports:
- protocol: TCP
port: 22
targetPort: 22
targetPort: 2222
nodePort: 30222
type: NodePort