traefik tweaks
ci / build (push) Waiting to run Details

This commit is contained in:
CJ_Clippy 2024-06-20 20:01:42 -08:00
parent 457b9b3b0e
commit d6153fd9a5
1 changed files with 5 additions and 1 deletions

View File

@ -28,8 +28,12 @@ spec:
className: "traefik" className: "traefik"
annotations: annotations:
kubernetes.io/ingress.class: "traefik" kubernetes.io/ingress.class: "traefik"
traefik.ingress.kubernetes.io/router.priority: "4"
traefik.ingress.kubernetes.io/router.tls: "true"
traefik.ingress.kubernetes.io/router.tls.domains.0.main: podyinfo.sbtp.xyz
traefik.ingress.kubernetes.io/router.entrypoints: http
cert-manager.io/cluster-issuer: "letsencrypt" cert-manager.io/cluster-issuer: "letsencrypt"
traefik.ingress.kubernetes.io/ssl-redirect: "true" # ingress.kubernetes.io/ssl-redirect: "true"
hosts: hosts:
- host: podinfo.sbtp.xyz - host: podinfo.sbtp.xyz
paths: paths: