Change traefiks dashboard base path
This commit is contained in:
parent
872c320543
commit
ff912d9060
@ -1,6 +1,3 @@
|
|||||||
image:
|
|
||||||
tag: v3.3.2
|
|
||||||
|
|
||||||
deployment:
|
deployment:
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: volume-permissions
|
- name: volume-permissions
|
||||||
@ -16,9 +13,9 @@ env:
|
|||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: digitalocean-api-key
|
name: digitalocean-api-key
|
||||||
key: token
|
key: token
|
||||||
# TODO: add once v3.3 is released
|
|
||||||
# - name: TRAEFIK_API_BASEPATH
|
additionalArguments:
|
||||||
# value: /fog/traefik
|
- "--api.basePath=/fog/traefik"
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
@ -26,7 +23,7 @@ persistence:
|
|||||||
ingressRoute:
|
ingressRoute:
|
||||||
dashboard:
|
dashboard:
|
||||||
enabled: true
|
enabled: true
|
||||||
matchRule: Host(`fog.goatchat.ca`) && (PathPrefix(`/dashboard`) || PathPrefix(`/api`))
|
matchRule: Host(`fog.goatchat.ca`) && (PathPrefix(`/fog/traefik/dashboard`) || PathPrefix(`/fog/traefik/api`))
|
||||||
entryPoints: ["websecure"]
|
entryPoints: ["websecure"]
|
||||||
middlewares:
|
middlewares:
|
||||||
- name: traefik-dashboard-auth
|
- name: traefik-dashboard-auth
|
||||||
|
Loading…
x
Reference in New Issue
Block a user