mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 08:41:30 -05:00
update vault
This commit is contained in:
parent
9ab8d0e088
commit
8324322327
1 changed files with 3 additions and 3 deletions
|
|
@ -194,7 +194,7 @@ vault:
|
||||||
# configure the ingress to point to the Vault active service.
|
# configure the ingress to point to the Vault active service.
|
||||||
activeService: true
|
activeService: true
|
||||||
hosts:
|
hosts:
|
||||||
- host: chart-example.local
|
- host: vault.durp.info
|
||||||
paths: []
|
paths: []
|
||||||
## Extra paths to prepend to the host configuration. This is useful when working with annotation based services.
|
## Extra paths to prepend to the host configuration. This is useful when working with annotation based services.
|
||||||
extraPaths: []
|
extraPaths: []
|
||||||
|
|
@ -206,8 +206,8 @@ vault:
|
||||||
# number: use-annotation
|
# number: use-annotation
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- bitwarden.durp.info
|
- vault.durp.info
|
||||||
secretName: bitwarden-tls
|
secretName: vault-tls
|
||||||
|
|
||||||
route:
|
route:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue