Test this wildcard cert with sonarr
This commit is contained in:
parent
1ac757aca4
commit
82a3d02cfe
|
@ -49,10 +49,14 @@ spec:
|
|||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||
traefik.ingress.kubernetes.io/router.middlewares: traefik-authentik@kubernetescrd
|
||||
hosts:
|
||||
- host: "sonarr.${SECRET_NEW_DOMAIN}"
|
||||
- host: &host "sonarr.${SECRET_NEW_DOMAIN}"
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
tls:
|
||||
- hosts:
|
||||
- *host
|
||||
secretName: wildcard-main-tls
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
|
|
|
@ -8,7 +8,7 @@ spec:
|
|||
|
||||
secretTemplate:
|
||||
annotations:
|
||||
replicator.v1.mittwald.de/replicate-to: "traefik"
|
||||
replicator.v1.mittwald.de/replicate-to: "traefik,download"
|
||||
|
||||
duration: 2160h # 90d
|
||||
renewBefore: 360h # 15d
|
||||
|
|
Loading…
Reference in New Issue