update values, correct security spot for contianers
This commit is contained in:
parent
5a4c3e69b1
commit
0d3280254c
2 changed files with 5 additions and 5 deletions
|
@ -36,10 +36,6 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
#TODO: look at how Consul exposes affinity
|
#TODO: look at how Consul exposes affinity
|
||||||
terminationGracePeriodSeconds: 10
|
terminationGracePeriodSeconds: 10
|
||||||
securityContext:
|
|
||||||
fsGroup: 1000
|
|
||||||
# TODO: confirm Vault needs this
|
|
||||||
privileged: true
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: config
|
- name: config
|
||||||
configMap:
|
configMap:
|
||||||
|
@ -56,6 +52,10 @@ spec:
|
||||||
{{- end }}
|
{{- end }}
|
||||||
containers:
|
containers:
|
||||||
- name: vault
|
- name: vault
|
||||||
|
securityContext:
|
||||||
|
fsGroup: 1000
|
||||||
|
# TODO: confirm Vault needs this
|
||||||
|
privileged: true
|
||||||
image: "{{ default .Values.global.image .Values.consulHA.image }}"
|
image: "{{ default .Values.global.image .Values.consulHA.image }}"
|
||||||
env:
|
env:
|
||||||
- name: HOST_IP
|
- name: HOST_IP
|
||||||
|
|
|
@ -21,7 +21,7 @@ global:
|
||||||
image: "vault:1.0.0-beta2"
|
image: "vault:1.0.0-beta2"
|
||||||
|
|
||||||
server:
|
server:
|
||||||
enabled: "-"
|
enabled: false
|
||||||
image: null
|
image: null
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue