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