mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 16:51:31 -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 sets the repo and tag of the vault-k8s image to use for the injector.
|
||||||
image:
|
image:
|
||||||
repository: "hashicorp/vault-k8s"
|
repository: "registry.durp.info/hashicorp/vault-k8s"
|
||||||
tag: "1.2.1"
|
tag: "1.2.1"
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
|
|
||||||
agentImage:
|
agentImage:
|
||||||
repository: "hashicorp/vault"
|
repository: "registry.durp.info/hashicorp/vault"
|
||||||
tag: "1.13.1"
|
tag: "1.13.1"
|
||||||
|
|
||||||
server:
|
server:
|
||||||
enabled: "-"
|
enabled: "-"
|
||||||
image:
|
image:
|
||||||
repository: "hashicorp/vault"
|
repository: "registry.durp.info/hashicorp/vault"
|
||||||
tag: "1.13.1"
|
tag: "1.13.1"
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
|
|
||||||
|
|
@ -35,7 +35,7 @@ vault:
|
||||||
accessMode: ReadWriteOnce
|
accessMode: ReadWriteOnce
|
||||||
|
|
||||||
ui:
|
ui:
|
||||||
enabled: true
|
enabled: false
|
||||||
externalPort: 8200
|
externalPort: 8200
|
||||||
targetPort: 8200
|
targetPort: 8200
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue