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

View File

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