summaryrefslogtreecommitdiff
path: root/f3s/goprecords/helm-chart/templates/service.yaml
blob: 445977591c04b529d14678a2d9963b0ffc009649 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
apiVersion: v1
kind: Service
metadata:
  labels:
    app: goprecords
  name: goprecords-service
  namespace: services
spec:
  ports:
    - name: http
      port: 80
      protocol: TCP
      targetPort: 8080
    - name: metrics
      port: 8080
      protocol: TCP
      targetPort: 8080
  selector:
    app: goprecords