--- apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: rook-ceph-mgr-dashboard namespace: rook-ceph # annotations: # 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: "nginx" rules: - host: "rook.${SECRET_CLUSTER_DOMAIN}" http: paths: - path: / pathType: Prefix backend: service: name: rook-ceph-mgr-dashboard port: name: http-dashboard tls: - hosts: - "rook.${SECRET_CLUSTER_DOMAIN}" secretName: "${SECRET_CLUSTER_CERTIFICATE_DEFAULT}"