update TLS config on ingresses
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user