change listen port
This commit is contained in:
parent
5d45c7a682
commit
f7dce37b84
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ spec:
|
|||
ports:
|
||||
- protocol: TCP
|
||||
port: 22
|
||||
targetPort: 22
|
||||
targetPort: 2222
|
||||
nodePort: 30222
|
||||
type: NodePort
|
||||
|
|
|
|||
Loading…
Reference in a new issue