dashboard-external.yaml 384 B

1234567891011121314151617181920
  1. apiVersion: v1
  2. kind: Service
  3. metadata:
  4. name: rook-ceph-mgr-dashboard-external-https
  5. namespace: rook-ceph
  6. labels:
  7. app: rook-ceph-mgr
  8. rook_cluster: rook-ceph
  9. spec:
  10. ports:
  11. - name: dashboard
  12. port: 8443
  13. protocol: TCP
  14. targetPort: 8443
  15. selector:
  16. app: rook-ceph-mgr
  17. rook_cluster: rook-ceph
  18. mgr_role: active
  19. sessionAffinity: None
  20. type: NodePort