Added https to grocy
This commit is contained in:
parent
b9ffeaf626
commit
eb7a82f74e
@ -20,11 +20,20 @@ spec:
|
|||||||
TZ: Europe/London
|
TZ: Europe/London
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
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:
|
hosts:
|
||||||
- host: grocy.cluster.fun
|
- host: grocy.cluster.fun
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
|
tls:
|
||||||
|
- hosts:
|
||||||
|
- grocy.cluster.fun
|
||||||
|
secretName: grocy
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
Loading…
Reference in New Issue
Block a user