manage todos
This commit is contained in:
16
apps/todos/ingress.yaml
Normal file
16
apps/todos/ingress.yaml
Normal 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
|
Reference in New Issue
Block a user