Commit 804e8890 authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: add rook-ceph ingress

parent bbac1c65
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
---
apiVersion: "networking.k8s.io/v1"
kind: "Ingress"
metadata:
  name: "rook-ceph-dashboard-ing"
  namespace: "rook-ceph"
  annotations:
    traefik.ingress.kubernetes.io/ssl-redirect: "true"
spec:
  rules:
    - host: "ceph.k3s.siempie.internal"
      http:
        paths:
          - path: "/"
            pathType: "Prefix"
            backend:
              service:
                name: "rook-ceph-mgr-dashboard"
                port:
                  number: 8443