From 770e4d8ad5c39d512491f32e20ec49b29ac88fa6 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Thu, 7 Dec 2023 18:29:55 -0600 Subject: [PATCH] update --- gitea/values.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gitea/values.yaml b/gitea/values.yaml index 303f0ea..a337728 100644 --- a/gitea/values.yaml +++ b/gitea/values.yaml @@ -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