change listen port
This commit is contained in:
parent
5d45c7a682
commit
f7dce37b84
|
|
@ -39,7 +39,7 @@ spec:
|
||||||
- name: FORGEJO__server__SSH_PORT
|
- name: FORGEJO__server__SSH_PORT
|
||||||
value: "30222"
|
value: "30222"
|
||||||
- name: FORGEJO__server__SSH_LISTEN_PORT
|
- name: FORGEJO__server__SSH_LISTEN_PORT
|
||||||
value: "22"
|
value: "2222"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: forgejo-data
|
- name: forgejo-data
|
||||||
mountPath: /data
|
mountPath: /data
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,6 @@ spec:
|
||||||
ports:
|
ports:
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
port: 22
|
port: 22
|
||||||
targetPort: 22
|
targetPort: 2222
|
||||||
nodePort: 30222
|
nodePort: 30222
|
||||||
type: NodePort
|
type: NodePort
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue