This commit is contained in:
2023-12-07 18:29:55 -06:00
parent 5c8167cec3
commit 770e4d8ad5

View File

@@ -155,22 +155,22 @@ gitea:
## @param ingress.tls Ingress tls settings
## @extra ingress.apiVersion Specify APIVersion of ingress object. Mostly would only be used for argocd.
ingress:
enabled: false
enabled: true
# className: nginx
className:
className: traefik
annotations:
{}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: git.example.com
- host: gitea.durp.info
paths:
- path: /
pathType: Prefix
tls: []
# - secretName: chart-example-tls
# hosts:
# - git.example.com
tls:
- secretName: gitea-tls
hosts:
- git.example.com
# Mostly for argocd or any other CI that uses `helm template | kubectl apply` or similar
# If helm doesn't correctly detect your ingress API version you can set it here.
# apiVersion: networking.k8s.io/v1