summaryrefslogtreecommitdiffstats
path: root/kubernetes/consul/values.yaml
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-11-04 08:46:43 +0000
committerGerrit Code Review <gerrit@onap.org>2020-11-04 08:46:43 +0000
commitc28ecc68065746659cdf858946cf09cd60d3629c (patch)
tree85b80ac8f9f2de2b283fb371d6a4d6cff97d212c /kubernetes/consul/values.yaml
parent8a9bb06970d6ee75df5f5e53743e0222eabb4b75 (diff)
parent4aa45c75ac68a5358d480b59fb47f918fa410086 (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.yaml7
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