summaryrefslogtreecommitdiff
path: root/internal/suites/example/kube/authelia/service.yml
blob: af768613213ebd0fb4425961af17585612447e28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
apiVersion: v1
kind: Service
metadata:
  name: authelia-service
  namespace: authelia
spec:
  selector:
    app: authelia
  ports:
    - protocol: TCP
      port: 443
      targetPort: 443
...