infrastructure/k8s/roles/zipline/files/resources/ingress.yaml

17 lines
323 B
YAML
Raw Normal View History

2023-10-20 14:02:43 +00:00
---
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