infrastructure/k8s/roles/skooner/files/resources/ingress.yaml
Peter Kurfer 965d3abf53
All checks were successful
continuous-integration/drone/push Build is passing
fix: hccm and skooner
2023-07-19 21:29:43 +02:00

17 lines
No EOL
325 B
YAML

---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: skooner
spec:
rules:
- host: skooner.icb4dc0.de
http:
paths:
- path: /
backend:
service:
name: skooner
port:
number: 8000
pathType: Prefix