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

13 lines
168 B
YAML

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