feat: migrate ingresses to nginx

This commit is contained in:
auricom
2021-08-08 23:49:47 +02:00
parent 815a02f6eb
commit 0ed47b08b7
43 changed files with 101 additions and 60 deletions

View File

@@ -27,7 +27,7 @@ spec:
ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: "traefik"
kubernetes.io/ingress.class: "nginx"
traefik.ingress.kubernetes.io/router.entrypoints: "websecure"
hosts:
- host: "gitea.${SECRET_CLUSTER_DOMAIN}"