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