fix https

This commit is contained in:
Philip Haupt
2025-06-26 23:54:03 +02:00
parent 6a6bc5c9fc
commit 3da6c18093
2 changed files with 7 additions and 7 deletions

View File

@@ -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

View File

@@ -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
#