object not array
This commit is contained in:
parent
f110b83a23
commit
ca2a5db255
1 changed files with 3 additions and 6 deletions
|
@ -50,12 +50,9 @@ spec:
|
||||||
# Port number on which readinessProbe will be checked.
|
# Port number on which readinessProbe will be checked.
|
||||||
port: *port
|
port: *port
|
||||||
extraEnvironmentVars:
|
extraEnvironmentVars:
|
||||||
- name: VAULT_ADDR
|
VAULT_ADDR: "http://127.0.0.1:8200"
|
||||||
value: "http://127.0.0.1:8200"
|
VAULT_API_ADDR: "http://$(POD_IP):8200"
|
||||||
- name: VAULT_API_ADDR
|
VAULT_CLUSTER_ADDR: "http://$(POD_IP):8201"
|
||||||
value: "http://$(POD_IP):8200"
|
|
||||||
- name: VAULT_CLUSTER_ADDR
|
|
||||||
value: "http://$(POD_IP):8201"
|
|
||||||
# These are defaults but explicitly set here for clarity.
|
# These are defaults but explicitly set here for clarity.
|
||||||
dataStorage:
|
dataStorage:
|
||||||
size: 10Gi
|
size: 10Gi
|
||||||
|
|
Loading…
Reference in a new issue