mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 08:41:30 -05:00
Update file ingress.yaml
This commit is contained in:
parent
3aa93abf2f
commit
c1e556b504
1 changed files with 4 additions and 1 deletions
|
|
@ -56,9 +56,12 @@ spec:
|
||||||
- websecure
|
- websecure
|
||||||
routes:
|
routes:
|
||||||
- match: Host(`kuma.durp.info`) && PathPrefix(`/`)
|
- match: Host(`kuma.durp.info`) && PathPrefix(`/`)
|
||||||
|
middlewares:
|
||||||
|
- name: authentik-proxy-provider
|
||||||
|
namespace: traefik
|
||||||
kind: Rule
|
kind: Rule
|
||||||
services:
|
services:
|
||||||
- name: kuma
|
- name: service
|
||||||
port: 3001
|
port: 3001
|
||||||
tls:
|
tls:
|
||||||
secretName: kuma-tls
|
secretName: kuma-tls
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue