Update helm-release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
@@ -116,14 +116,14 @@ spec:
|
|||||||
integrations:
|
integrations:
|
||||||
certManager:
|
certManager:
|
||||||
enabled: true
|
enabled: true
|
||||||
certificateIssuer: tc-le-prod
|
certificateIssuer: domain-1-le-prod
|
||||||
traefik:
|
traefik:
|
||||||
enabled: true
|
enabled: true
|
||||||
middlewares:
|
middlewares:
|
||||||
- name: bouncer
|
- name: bouncer
|
||||||
namespace: traefik
|
namespace: traefik
|
||||||
hosts:
|
hosts:
|
||||||
- host: vaultwarden.${BASE_DOMAIN2}
|
- host: vaultwarden.${DOMAIN_1}
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
@@ -133,7 +133,7 @@ spec:
|
|||||||
targetSelector:
|
targetSelector:
|
||||||
main: main
|
main: main
|
||||||
hosts:
|
hosts:
|
||||||
- host: vaultwarden.${BASE_DOMAIN2}
|
- host: vaultwarden.${DOMAIN_1}
|
||||||
paths:
|
paths:
|
||||||
- path: /admin
|
- path: /admin
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
|
|||||||
Reference in New Issue
Block a user