fix https
This commit is contained in:
@@ -315,7 +315,7 @@ stringData:
|
|||||||
ENABLE_PPROF=false
|
ENABLE_PPROF=false
|
||||||
HTTP_PORT=3000
|
HTTP_PORT=3000
|
||||||
PROTOCOL=http
|
PROTOCOL=http
|
||||||
ROOT_URL=http://git.borninpain.de
|
ROOT_URL=https://git.borninpain.de
|
||||||
SSH_DOMAIN=git.borninpain.de
|
SSH_DOMAIN=git.borninpain.de
|
||||||
SSH_LISTEN_PORT=2222
|
SSH_LISTEN_PORT=2222
|
||||||
SSH_PORT=22
|
SSH_PORT=22
|
||||||
@@ -419,7 +419,7 @@ spec:
|
|||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
checksum/config: 260e95b8f9fc730af50be77dc22634aca7d8a2632e2b9fad62bd3e9ea0c5a448
|
checksum/config: c77cc8f9a9b654b5e19280e946a63f21528d4e4645140311e7fe17efe132351a
|
||||||
labels:
|
labels:
|
||||||
app: gitea
|
app: gitea
|
||||||
app.kubernetes.io/instance: gitea
|
app.kubernetes.io/instance: gitea
|
||||||
|
|||||||
@@ -165,7 +165,7 @@ service:
|
|||||||
## @param ingress.hosts[0].paths[0].path Default Ingress path
|
## @param ingress.hosts[0].paths[0].path Default Ingress path
|
||||||
## @param ingress.tls Ingress tls settings
|
## @param ingress.tls Ingress tls settings
|
||||||
ingress:
|
ingress:
|
||||||
enabled: false
|
enabled: true
|
||||||
className: ""
|
className: ""
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
annotations: {}
|
annotations: {}
|
||||||
@@ -173,10 +173,10 @@ ingress:
|
|||||||
- host: git.borninpain.de
|
- host: git.borninpain.de
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
tls: []
|
tls:
|
||||||
# - secretName: chart-example-tls
|
- secretName: chart-example-tls
|
||||||
# hosts:
|
hosts:
|
||||||
# - git.example.com
|
- borninpain.de
|
||||||
|
|
||||||
## @section deployment
|
## @section deployment
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user