apps/vikunja/resources/ingress.yaml

35 lines
848 B
YAML
Raw Normal View History

2023-11-14 21:12:33 +00:00
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: vikunja
annotations:
gethomepage.dev/description: ToDos
gethomepage.dev/enabled: "true"
gethomepage.dev/group: Apps
gethomepage.dev/icon: vikunja.png
gethomepage.dev/name: Vikunja
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: todo.icb4dc0.de
http:
paths:
- pathType: Prefix
path: /
backend:
service:
name: vikunja-ui
port:
number: 8080
- pathType: Prefix
path: /api/v1
backend:
service:
name: vikunja-api
port:
2024-02-14 20:45:58 +00:00
number: 3456
tls:
- hosts:
- todo.icb4dc0.de
secretName: vikunja-ingress-tls