Added https to grocy
This commit is contained in:
parent
b9ffeaf626
commit
eb7a82f74e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user