blob: 8920191ac3b4aa8a203e88d38e58160e22b9c64d [file] [log] [blame]
Geora Barsky2065d732017-09-29 11:27:47 -04001apiVersion: v1
2kind: Service
3metadata:
4 name: sniro-emulator
5 namespace: "{{ .Values.nsPrefix }}-mock"
6 labels:
7 app: sniro-emulator
8spec:
9 type: NodePort
10 ports:
11 - port: 80
12 nodePort: {{ .Values.nodePortPrefix }}88
13 targetPort: 9999
14 protocol: TCP
15 name: http
16 selector:
17 app: sniro-emulator