Seperate out ssh domain for forgejo
This commit is contained in:
parent
2d994c5157
commit
4e4427bbdf
2 changed files with 1 additions and 4 deletions
|
|
@ -45,7 +45,7 @@ spec:
|
||||||
- name: FORGEJO__repository__DISABLE_HTTP_GIT
|
- name: FORGEJO__repository__DISABLE_HTTP_GIT
|
||||||
value: "true"
|
value: "true"
|
||||||
- name: FORGEJO__server__SSH_DOMAIN
|
- name: FORGEJO__server__SSH_DOMAIN
|
||||||
value: "weaver.mynest.love"
|
value: "ssh.weaver.mynest.love"
|
||||||
|
|
||||||
# DB Config
|
# DB Config
|
||||||
- name: FORGEJO__database__DB_TYPE
|
- name: FORGEJO__database__DB_TYPE
|
||||||
|
|
|
||||||
|
|
@ -8,9 +8,6 @@ spec:
|
||||||
- port: 3000
|
- port: 3000
|
||||||
targetPort: http
|
targetPort: http
|
||||||
name: http
|
name: http
|
||||||
- port: 22
|
|
||||||
targetPort: ssh
|
|
||||||
name: ssh
|
|
||||||
selector:
|
selector:
|
||||||
app: forgejo
|
app: forgejo
|
||||||
---
|
---
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue