feat: migrate ingresses to nginx

This commit is contained in:
auricom
2021-08-14 12:36:17 +02:00
parent 52141abd21
commit 248e40c05c
44 changed files with 328 additions and 198 deletions

View File

@@ -5,12 +5,13 @@ metadata:
name: rook-ceph-mgr-dashboard
namespace: rook-ceph
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: "websecure"
kubernetes.io/ingress.class: "nginx"
# traefik.ingress.kubernetes.io/router.entrypoints: "websecure"
labels:
app.kubernetes.io/instance: rook-ceph-mgr-dashboard
app.kubernetes.io/name: rook-ceph-mgr-dashboard
spec:
ingressClassName: "traefik"
# ingressClassName: "traefik"
rules:
- host: "rook.${SECRET_CLUSTER_DOMAIN}"
http: