Peter Kurfer
095be2721d
All checks were successful
continuous-integration/drone/push Build is passing
17 lines
No EOL
323 B
YAML
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 |