rook-ceph-mgr-dashboard-external-https.yaml 367 B

1234567891011121314151617181920
  1. apiVersion: v1
  2. kind: Service
  3. metadata:
  4. name: rook-ceph-mgr-dashboard-external-https
  5. namespace: heather-ns
  6. labels:
  7. app: rook-ceph-mgr
  8. rook_cluster: heather-ns
  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: heather-ns
  18. sessionAffinity: None
  19. type: NodePort