authelia/example/kube/apps/app1/service.yml

13 lines
168 B
YAML

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