mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
update
This commit is contained in:
parent
1df51546e2
commit
04586b1e78
1 changed files with 12 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ spec:
|
|||
middlewares:
|
||||
- name: authentik-proxy-provider
|
||||
namespace: traefik
|
||||
- name: durpapi-stripprefix
|
||||
kind: Rule
|
||||
services:
|
||||
- name: durpapi-service
|
||||
|
|
@ -31,3 +32,14 @@ spec:
|
|||
commonName: api.durp.info
|
||||
dnsNames:
|
||||
- api.durp.info
|
||||
|
||||
---
|
||||
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: Middleware
|
||||
metadata:
|
||||
name: durpapi-stripprefix
|
||||
spec:
|
||||
stripPrefix:
|
||||
prefixes:
|
||||
- /durpapi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue