summaryrefslogtreecommitdiffstats
path: root/kubernetes/robot/templates/all-services.yaml
blob: a14dae777c6c78055782794d5f548c7c1353dae1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
apiVersion: v1
kind: Service
metadata:
  labels:
    app: robot
  name: robot
  namespace: "{{ .Values.nsPrefix }}-robot"
spec:
  ports:
  - port: 88
    nodePort: 30209
  selector:
    app: robot
  type: NodePort