fix jackett ingress

This commit is contained in:
Michael Thomson
2023-12-05 15:30:47 -05:00
parent 8536ceea3c
commit 2ff52b75d4

View File

@@ -46,19 +46,14 @@ spec:
ingress:
enabled: true
className: traefik
# -- Annotations for the ingress
annotations:
traefik.ingress.kubernetes.io/router.tls: "true"
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.middlewares: traefik-authentik@kubernetescrd
# -- Ingress hosts configuration
# @default -- see [values.yaml](values.yaml)
hosts:
- host: jackett.michaelthomson.dev
- jackett.michaelthomson.dev
paths:
- path: /
pathType: ImplementationSpecific
# -- The TLS configuration for the Ingress
- /
tls:
- secretName: letsencrypt-wildcard-cert-michaelthomson.dev
hosts: