manage todos

This commit is contained in:
2024-03-24 15:31:59 +01:00
parent 6ceb3816fb
commit 6fe166e60c
7 changed files with 104 additions and 0 deletions

16
apps/todos/ingress.yaml Normal file
View File

@@ -0,0 +1,16 @@
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: todos-ingressroute
spec:
entryPoints:
- websecure
routes:
- match: Host(`todos.kluster.moll.re`)
kind: Rule
services:
- name: todos-vikunja
port: 3456
tls:
certResolver: default-tls