apps/zipline/resources/ingress.yaml

28 lines
673 B
YAML
Raw Normal View History

2023-11-14 21:12:33 +00:00
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: zipline
annotations:
gethomepage.dev/description: Sharing is caring
gethomepage.dev/enabled: "true"
gethomepage.dev/group: Apps
gethomepage.dev/icon: zipline.png
gethomepage.dev/name: Zipline
2024-02-14 20:45:58 +00:00
cert-manager.io/cluster-issuer: letsencrypt-production
2023-11-14 21:12:33 +00:00
spec:
rules:
- host: share.icb4dc0.de
http:
paths:
- pathType: Prefix
path: /
backend:
service:
name: zipline
port:
2024-02-14 20:45:58 +00:00
number: 3000
tls:
- hosts:
- share.icb4dc0.de
secretName: zipline-ingress-tls