authelia/example/kube/apps/app-home/service.yml
2018-12-18 16:34:56 +01:00

13 lines
176 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: test-app-home-service
namespace: authelia
spec:
selector:
app: test-app-home
ports:
- protocol: TCP
port: 80