diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-11-04 08:46:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-11-04 08:46:43 +0000 |
commit | c28ecc68065746659cdf858946cf09cd60d3629c (patch) | |
tree | 85b80ac8f9f2de2b283fb371d6a4d6cff97d212c /kubernetes/consul/values.yaml | |
parent | 8a9bb06970d6ee75df5f5e53743e0222eabb4b75 (diff) | |
parent | 4aa45c75ac68a5358d480b59fb47f918fa410086 (diff) |
Merge changes Ic1302ac2,I43584b7f
* changes:
[CONSUL] Make consul server run as non-root
[CONSUL] Make consul run as non-root
Diffstat (limited to 'kubernetes/consul/values.yaml')
-rw-r--r-- | kubernetes/consul/values.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/kubernetes/consul/values.yaml b/kubernetes/consul/values.yaml index 512c4c3dac..8f17dc637f 100644 --- a/kubernetes/consul/values.yaml +++ b/kubernetes/consul/values.yaml @@ -20,19 +20,24 @@ global: readinessImage: onap/oom/readiness:3.0.1 loggingRepository: docker.elastic.co loggingImage: beats/filebeat:5.5.0 + busyboxRepository: registry.hub.docker.com + busyboxImage: library/busybox:latest ################################################################# # Application configuration defaults. ################################################################# # application image repository: docker.io -image: oomk8s/consul:1.0.0 +image: oomk8s/consul:2.0.0 pullPolicy: Always #subchart name consulServer: nameOverride: consul-server +consulUID: 100 +consulGID: 1000 + # flag to enable debugging - application support required debugEnabled: false |