Skip to content

Commit

Permalink
Merge pull request #2697 from tyriis/feature/capacitor
Browse files Browse the repository at this point in the history
fix(capacitor): update traefik annotations
  • Loading branch information
tyriis authored Mar 15, 2024
2 parents b0e9f13 + 02b1bd4 commit 92bd703
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,10 @@ spec:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production
kubernetes.io/tls-acme: "true"
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
nginx.ingress.kubernetes.io/ssl-redirect: "true"
traefik.ingress.kubernetes.io/router.middlewares: traefik-ingress-sso@kubernetescrd
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/affinity: "true"
traefik.ingress.kubernetes.io/router.tls: "true"
hajimari.io/icon: simple-icons:flux
hajimari.io/enable: "true"
hosts:
Expand Down

0 comments on commit 92bd703

Please sign in to comment.