trying todos like that

This commit is contained in:
Remy Moll 2024-03-27 09:04:40 +01:00
parent 3a9450da9d
commit 10483431c6
2 changed files with 8 additions and 3 deletions

View File

@ -7,10 +7,15 @@ spec:
entryPoints: entryPoints:
- websecure - websecure
routes: routes:
- match: Host(`todos.kluster.moll.re`) - match: Host(`todos.kluster.moll.re`) && PathPrefix(`/api/v1`)
kind: Rule kind: Rule
services: services:
- name: todos-vikunja - name: todos-api
port: 3456 port: 3456
- match: Host(`todos.kluster.moll.re`) && PathPrefix(`/`)
kind: Rule
services:
- name: todos-frontend
port: 80
tls: tls:
certResolver: default-tls certResolver: default-tls