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