fix gitea url
This commit is contained in:
@@ -311,12 +311,12 @@ stringData:
|
|||||||
security: INSTALL_LOCK=true
|
security: INSTALL_LOCK=true
|
||||||
server: |-
|
server: |-
|
||||||
APP_DATA_PATH=/data
|
APP_DATA_PATH=/data
|
||||||
DOMAIN=git.example.com
|
DOMAIN=git.borninpain.de
|
||||||
ENABLE_PPROF=false
|
ENABLE_PPROF=false
|
||||||
HTTP_PORT=3000
|
HTTP_PORT=3000
|
||||||
PROTOCOL=http
|
PROTOCOL=http
|
||||||
ROOT_URL=http://git.example.com
|
ROOT_URL=http://git.borninpain.de
|
||||||
SSH_DOMAIN=git.example.com
|
SSH_DOMAIN=git.borninpain.de
|
||||||
SSH_LISTEN_PORT=2222
|
SSH_LISTEN_PORT=2222
|
||||||
SSH_PORT=22
|
SSH_PORT=22
|
||||||
START_SSH_SERVER=true
|
START_SSH_SERVER=true
|
||||||
@@ -419,7 +419,7 @@ spec:
|
|||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
checksum/config: d8124dc4651cfec8d98a3c9d5d6150b5dd8a684e615f9b6bc50500226a102888
|
checksum/config: 260e95b8f9fc730af50be77dc22634aca7d8a2632e2b9fad62bd3e9ea0c5a448
|
||||||
labels:
|
labels:
|
||||||
app: gitea
|
app: gitea
|
||||||
app.kubernetes.io/instance: gitea
|
app.kubernetes.io/instance: gitea
|
||||||
|
|||||||
@@ -170,7 +170,7 @@ ingress:
|
|||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
annotations: {}
|
annotations: {}
|
||||||
hosts:
|
hosts:
|
||||||
- host: git.example.com
|
- host: git.borninpain.de
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
tls: []
|
tls: []
|
||||||
|
|||||||
Reference in New Issue
Block a user