feat: migrate ingresses to traefik

This commit is contained in:
auricom
2021-08-06 15:48:03 +02:00
parent 86fd42fd3e
commit c10ac797a1
43 changed files with 127 additions and 307 deletions

View File

@@ -30,13 +30,11 @@ spec:
dashboard:
enabled: true
annotations:
kubernetes.io/ingress.class: "nginx"
kubernetes.io/ingress.class: "traefik"
traefik.ingress.kubernetes.io/router.entrypoints: "websecure"
path: /
hosts:
- emqx.${SECRET_CLUSTER_DOMAIN}
tls:
- hosts:
- emqx.${SECRET_CLUSTER_DOMAIN}
emqxConfig:
EMQX_ALLOW_ANONYMOUS: "false"
EMQX_ADMIN_PASSWORD: "${SECRET_EMQX_ADMIN_PASSWORD}"