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