From eb7a82f74e4809b63943f2c6f5fe328c1ad3705b Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Wed, 5 May 2021 11:37:53 +0100 Subject: [PATCH] Added https to grocy --- manifests/grocy/grocy_chart.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/manifests/grocy/grocy_chart.yaml b/manifests/grocy/grocy_chart.yaml index b91a4fe..601ede1 100644 --- a/manifests/grocy/grocy_chart.yaml +++ b/manifests/grocy/grocy_chart.yaml @@ -20,11 +20,20 @@ spec: TZ: Europe/London ingress: enabled: true + annotations: + cert-manager.io/cluster-issuer: letsencrypt + traefik.ingress.kubernetes.io/frontend-entry-points: http,https + traefik.ingress.kubernetes.io/redirect-entry-point: https + traefik.ingress.kubernetes.io/redirect-permanent: "true" hosts: - host: grocy.cluster.fun paths: - path: / pathType: Prefix + tls: + - hosts: + - grocy.cluster.fun + secretName: grocy persistence: config: enabled: true