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