Peter Kurfer
0ac1d722a3
All checks were successful
continuous-integration/drone/push Build is passing
30 lines
No EOL
705 B
YAML
30 lines
No EOL
705 B
YAML
---
|
|
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
|
|
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:
|
|
number: 3456 |