mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 00:31:31 -05:00
update
This commit is contained in:
parent
d929597ea2
commit
52842d1a82
1 changed files with 2 additions and 2 deletions
|
|
@ -6,13 +6,13 @@ spec:
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- websecure
|
- websecure
|
||||||
routes:
|
routes:
|
||||||
- match: Host("api.durp.info/durpapi") && PathPrefix(`/`)
|
- match: Host("api.durp.info") && PathPrefix(`/durpapi`)
|
||||||
middlewares:
|
middlewares:
|
||||||
- name: authentik-proxy-provider
|
- name: authentik-proxy-provider
|
||||||
namespace: traefik
|
namespace: traefik
|
||||||
kind: Rule
|
kind: Rule
|
||||||
services:
|
services:
|
||||||
- name: "{{ .Chart.Name }}-service"
|
- name: durpapi-service.durpapi.traefik.mesh
|
||||||
port: 80
|
port: 80
|
||||||
tls:
|
tls:
|
||||||
secretName: durpapi-tls
|
secretName: durpapi-tls
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue