12345678910111213141516171819 |
- apiVersion: networking.k8s.io/v1
- kind: Ingress
- metadata:
- name: ceph-plane-ingress
- namespace: rook-ceph
- annotations: {}
- spec:
- rules:
- - host: ceph.cestong.com.cn
- http:
- paths:
- - path: /
- pathType: Prefix
- backend:
- service:
- name: rook-ceph-mgr-dashboard
- port:
- number: 80
- ingressClassName: nginx
|