aboutsummaryrefslogtreecommitdiff
path: root/manifest/xesite/service.yaml
blob: 87b36c4dca1015f1cb8b8c0f00d3d33ff6adeb73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
apiVersion: v1
kind: Service
metadata:
  name: xesite
  labels:
    app.kubernetes.io/name: xesite
spec:
  selector:
    app.kubernetes.io/name: xesite
  ports:
  - port: 80
    targetPort: 3000
    protocol: TCP
    name: http
  - port: 8080
    targetPort: 3001
    protocol: TCP
    name: internalapi
  - name: anubis
    port: 8081
    targetPort: 8081
    protocol: TCP