Seperate out ssh domain for forgejo

This commit is contained in:
Astra Logical 2026-07-21 16:44:22 -04:00
parent 2d994c5157
commit 4e4427bbdf
2 changed files with 1 additions and 4 deletions

View file

@ -45,7 +45,7 @@ spec:
- name: FORGEJO__repository__DISABLE_HTTP_GIT
value: "true"
- name: FORGEJO__server__SSH_DOMAIN
value: "weaver.mynest.love"
value: "ssh.weaver.mynest.love"
# DB Config
- name: FORGEJO__database__DB_TYPE

View file

@ -8,9 +8,6 @@ spec:
- port: 3000
targetPort: http
name: http
- port: 22
targetPort: ssh
name: ssh
selector:
app: forgejo
---