alpha-gitea
This commit is contained in:
parent
1f0ae62372
commit
826c5122f7
|
|
@ -63,12 +63,12 @@ stringData:
|
||||||
security: INSTALL_LOCK=true
|
security: INSTALL_LOCK=true
|
||||||
server: |-
|
server: |-
|
||||||
APP_DATA_PATH=/data
|
APP_DATA_PATH=/data
|
||||||
DOMAIN=gitea.gpulive.nhncloud.com
|
DOMAIN=alpha-gitea.gpulive.apppaas.io
|
||||||
ENABLE_PPROF=false
|
ENABLE_PPROF=false
|
||||||
HTTP_PORT=3000
|
HTTP_PORT=3000
|
||||||
PROTOCOL=http
|
PROTOCOL=http
|
||||||
ROOT_URL=https://gitea.gpulive.nhncloud.com
|
ROOT_URL=https://alpha-gitea.gpulive.apppaas.io
|
||||||
SSH_DOMAIN=gitea.gpulive.nhncloud.com
|
SSH_DOMAIN=alpha-gitea.gpulive.apppaas.io
|
||||||
SSH_LISTEN_PORT=2222
|
SSH_LISTEN_PORT=2222
|
||||||
SSH_PORT=22
|
SSH_PORT=22
|
||||||
START_SSH_SERVER=true
|
START_SSH_SERVER=true
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
rules:
|
rules:
|
||||||
- host: gitea.gpulive.nhncloud.com
|
- host: alpha-gitea.gpulive.apppaas.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
|
|
@ -21,6 +21,6 @@ spec:
|
||||||
number: 3000
|
number: 3000
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- "gitea.gpulive.nhncloud.com"
|
- "alpha-gitea.gpulive.apppaas.io"
|
||||||
secretName: gpulive-new-ssl
|
secretName: gpulive-apppaas-io-ssl
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue