From 2c299a4aaf7eb1ed41ad11419c1a0654c99ca8f5 Mon Sep 17 00:00:00 2001 From: Sebastian Wendel Date: Tue, 29 Nov 2022 21:26:15 +0100 Subject: [PATCH] fixed certificate store and added predefined config --- apps/gitea/kustomization.yaml | 1 + apps/gitea/values.yaml | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/apps/gitea/kustomization.yaml b/apps/gitea/kustomization.yaml index dfe7bd9..fdfc324 100644 --- a/apps/gitea/kustomization.yaml +++ b/apps/gitea/kustomization.yaml @@ -8,3 +8,4 @@ helmCharts: releaseName: interfacer-gitea namespace: gitea repo: https://dl.gitea.io/charts/ + valuesFile: values.yaml diff --git a/apps/gitea/values.yaml b/apps/gitea/values.yaml index 7e89627..8ef5126 100644 --- a/apps/gitea/values.yaml +++ b/apps/gitea/values.yaml @@ -15,11 +15,16 @@ ingress: annotations: kubernetes.io/ingress.class: nginx kubernetes.io/tls-acme: "true" + cert-manager.io/cluster-issuer: letsencrypt-http hosts: - host: code.k8s.dev.fabcity-hamburg.de paths: - path: / pathType: Prefix + tls: + - secretName: interfacer-gitea-tls + hosts: + - code.k8s.dev.fabcity-hamburg.de resources: requests: cpu: 100m