ee52115250d27afb6a4b750048ef6758099039b8
[demo.git] / vnfs / DAaaS / 00-init / rook-ceph / templates / dashboard-external-http.yaml
1 apiVersion: v1
2 kind: Service
3 metadata:
4   name: rook-ceph-mgr-dashboard-external-http
5   namespace: rook-ceph
6   labels:
7     app: rook-ceph-mgr
8     rook_cluster: rook-ceph
9   annotations:
10     "helm.sh/hook": "post-install"
11     "helm.sh/hook-weight": "10"
12 spec:
13   ports:
14   - name: dashboard
15     port: 7000
16     protocol: TCP
17     targetPort: 7000
18   selector:
19     app: rook-ceph-mgr
20     rook_cluster: rook-ceph
21   sessionAffinity: None
22   type: NodePort