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