Added https to grocy

This commit is contained in:
Marcus Noble 2021-05-05 11:37:53 +01:00
parent b9ffeaf626
commit eb7a82f74e

View File

@ -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