blob: ffd9f68187749e57a851938514955f0a0afc4a38 [file] [log] [blame]
subhash kumar singhfc3fa1e2017-08-31 23:33:16 +05301apiVersion: v1
2kind: Service
3metadata:
4 name: cli
5 namespace: "{{ .Values.nsPrefix }}-cli"
6 labels:
7 app: cli
8spec:
9 ports:
10 - name: 80-port
11 port: 80
12 targetPort: 80
13 nodePort: {{ .Values.nodePortPrefix }}60
14 type: NodePort
15 selector:
16 app: cli