some mods
This commit is contained in:
parent
13c24d67f4
commit
5d45c7a682
|
|
@ -32,6 +32,14 @@ spec:
|
||||||
value: "1000"
|
value: "1000"
|
||||||
- name: FORGEJO__database__DB_TYPE
|
- name: FORGEJO__database__DB_TYPE
|
||||||
value: "sqlite3"
|
value: "sqlite3"
|
||||||
|
- name: FORGEJO__server__START_SSH_SERVER
|
||||||
|
value: "true"
|
||||||
|
- name: FORGEJO__server__SSH_DOMAIN
|
||||||
|
value: "forgejo.jethrocotton.com"
|
||||||
|
- name: FORGEJO__server__SSH_PORT
|
||||||
|
value: "30222"
|
||||||
|
- name: FORGEJO__server__SSH_LISTEN_PORT
|
||||||
|
value: "22"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: forgejo-data
|
- name: forgejo-data
|
||||||
mountPath: /data
|
mountPath: /data
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ spec:
|
||||||
app: forgejo
|
app: forgejo
|
||||||
ports:
|
ports:
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
port: 222
|
port: 22
|
||||||
targetPort: 22
|
targetPort: 22
|
||||||
|
nodePort: 30222
|
||||||
type: NodePort
|
type: NodePort
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue