update registry
This commit is contained in:
parent
3472f9689a
commit
34ab7c09de
1 changed files with 1 additions and 3 deletions
|
@ -25,7 +25,7 @@ spec:
|
||||||
values:
|
values:
|
||||||
server:
|
server:
|
||||||
image:
|
image:
|
||||||
repository: "hashicorp/vault"
|
repository: public.ecr.aws/hashicorp/vault
|
||||||
tag: "1.17.2"
|
tag: "1.17.2"
|
||||||
logLevel: "info"
|
logLevel: "info"
|
||||||
logFormat: "json"
|
logFormat: "json"
|
||||||
|
@ -54,8 +54,6 @@ spec:
|
||||||
# path: /v1/sys/health?standbyok=true
|
# path: /v1/sys/health?standbyok=true
|
||||||
# Port number on which readinessProbe will be checked.
|
# Port number on which readinessProbe will be checked.
|
||||||
port: *port
|
port: *port
|
||||||
extraEnvironmentVars:
|
|
||||||
VAULT_CLUSTER_ADDR: "http://$(HOSTNAME).vault-internal:8201"
|
|
||||||
extraSecretEnvironmentVars:
|
extraSecretEnvironmentVars:
|
||||||
- envName: AWS_SECRET_ACCESS_KEY
|
- envName: AWS_SECRET_ACCESS_KEY
|
||||||
secretName: vault-secret
|
secretName: vault-secret
|
||||||
|
|
Loading…
Reference in a new issue