some mods

This commit is contained in:
j37hr0 2026-05-03 16:53:09 +12:00
parent 13c24d67f4
commit 5d45c7a682
2 changed files with 10 additions and 1 deletions

View file

@ -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

View file

@ -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