fix(trilium): attempt to fix trilium's ingress by removing cert manager annotation
This commit is contained in:
parent
ba7d44ba4a
commit
5cd701b656
|
@ -32,9 +32,7 @@ spec:
|
||||||
main:
|
main:
|
||||||
enabled: true
|
enabled: true
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
|
||||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||||
#traefik.ingress.kubernetes.io/router.middlewares: traefik-authentik@kubernetescrd
|
|
||||||
hosts:
|
hosts:
|
||||||
- host: &host "notes.${SECRET_NEW_DOMAIN}"
|
- host: &host "notes.${SECRET_NEW_DOMAIN}"
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in New Issue