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:
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user