mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 08:41:30 -05:00
update
This commit is contained in:
parent
dbe6055a9e
commit
5391ed42a8
1 changed files with 4 additions and 4 deletions
|
|
@ -4,18 +4,18 @@ vault:
|
|||
|
||||
# image sets the repo and tag of the vault-k8s image to use for the injector.
|
||||
image:
|
||||
repository: "hashicorp/vault-k8s"
|
||||
repository: "registry.durp.info/hashicorp/vault-k8s"
|
||||
tag: "1.2.1"
|
||||
pullPolicy: Always
|
||||
|
||||
agentImage:
|
||||
repository: "hashicorp/vault"
|
||||
repository: "registry.durp.info/hashicorp/vault"
|
||||
tag: "1.13.1"
|
||||
|
||||
server:
|
||||
enabled: "-"
|
||||
image:
|
||||
repository: "hashicorp/vault"
|
||||
repository: "registry.durp.info/hashicorp/vault"
|
||||
tag: "1.13.1"
|
||||
pullPolicy: Always
|
||||
|
||||
|
|
@ -35,7 +35,7 @@ vault:
|
|||
accessMode: ReadWriteOnce
|
||||
|
||||
ui:
|
||||
enabled: true
|
||||
enabled: false
|
||||
externalPort: 8200
|
||||
targetPort: 8200
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue