update TLS config on ingresses

This commit is contained in:
2025-09-21 08:53:07 -04:00
parent 373b3fad7d
commit 3060d7fbb5
10 changed files with 29 additions and 10 deletions

View File

@@ -13,19 +13,23 @@ image:
registry: ""
repository: gitea/gitea
# Overrides the image tag whose default is the chart appVersion.
# tag: "1.22.0"
tag: "1.24"
pullPolicy: Always
rootless: true # only possible when running 1.14 or later
ingress:
enabled: true
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production
hosts:
- host: git.xai-corp.net
paths:
- path: /
pathType: Prefix
tls: # < placing a host in the TLS config will determine what ends up in the cert's subjectAltNames
- secretName: xai-corp-production-tls
- secretName: xai-corp-production-tls-funkwhale
hosts:
- git.xai-corp.net
persistence:
enabled: true