mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 04:59:54 +00:00
fix jackett ingress
This commit is contained in:
@@ -46,19 +46,14 @@ spec:
|
|||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
className: traefik
|
className: traefik
|
||||||
# -- Annotations for the ingress
|
|
||||||
annotations:
|
annotations:
|
||||||
traefik.ingress.kubernetes.io/router.tls: "true"
|
traefik.ingress.kubernetes.io/router.tls: "true"
|
||||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||||
traefik.ingress.kubernetes.io/router.middlewares: traefik-authentik@kubernetescrd
|
traefik.ingress.kubernetes.io/router.middlewares: traefik-authentik@kubernetescrd
|
||||||
# -- Ingress hosts configuration
|
|
||||||
# @default -- see [values.yaml](values.yaml)
|
|
||||||
hosts:
|
hosts:
|
||||||
- host: jackett.michaelthomson.dev
|
- jackett.michaelthomson.dev
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- /
|
||||||
pathType: ImplementationSpecific
|
|
||||||
# -- The TLS configuration for the Ingress
|
|
||||||
tls:
|
tls:
|
||||||
- secretName: letsencrypt-wildcard-cert-michaelthomson.dev
|
- secretName: letsencrypt-wildcard-cert-michaelthomson.dev
|
||||||
hosts:
|
hosts:
|
||||||
|
|||||||
Reference in New Issue
Block a user