# ingress-rook-ceph.yaml apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: ingress-rook-ceph namespace: rook-ceph annotations: cert-manager.io/cluster-issuer: letsencrypt-prod nginx.org/ssl-redirect: "true" nginx.org/proxy-read-timeout: "3600s" nginx.org/proxy-send-timeout: "3600s" nginx.org/client-max-body-size: "0" spec: ingressClassName: nginx tls: - hosts: - ceph.syncroze.com secretName: syncroze-tls rules: - host: ceph.syncroze.com http: paths: - path: / pathType: Prefix backend: service: name: rook-ceph-mgr-dashboard port: number: 7000