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