infrastructure/k8s/roles/zipline/files/resources/ingress.yaml
Peter Kurfer 095be2721d
All checks were successful
continuous-integration/drone/push Build is passing
feat: deploy Zipline
2023-10-20 16:02:43 +02:00

17 lines
No EOL
323 B
YAML

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