summaryrefslogtreecommitdiffstats
path: root/kubernetes/mock/templates/all-services.yaml
blob: 8920191ac3b4aa8a203e88d38e58160e22b9c64d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
apiVersion: v1
kind: Service
metadata:
  name: sniro-emulator
  namespace: "{{ .Values.nsPrefix }}-mock"
  labels:
    app: sniro-emulator
spec:
  type: NodePort
  ports:
  - port: 80
    nodePort: {{ .Values.nodePortPrefix }}88
    targetPort: 9999
    protocol: TCP
    name: http
  selector:
    app: sniro-emulator