aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/consul/charts/consul-server/values.yaml
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-11-30 07:47:29 +0000
committerGerrit Code Review <gerrit@onap.org>2020-11-30 07:47:29 +0000
commit2d0eafec73643294cb5016b8e74d57a68608f822 (patch)
tree043fa8dd4bc1371bc5ace9a7546715eac4ed2552 /kubernetes/consul/charts/consul-server/values.yaml
parent8aad493ec086c48e919e4f7ef85148e6532ffc46 (diff)
parent217acfdf611de5bc52246acedcf248e32712f561 (diff)
Merge "[CONSUL] Make consul run as non-root"
Diffstat (limited to 'kubernetes/consul/charts/consul-server/values.yaml')
-rw-r--r--kubernetes/consul/charts/consul-server/values.yaml8
1 files changed, 7 insertions, 1 deletions
diff --git a/kubernetes/consul/charts/consul-server/values.yaml b/kubernetes/consul/charts/consul-server/values.yaml
index 0039aa6654..48a26effd7 100644
--- a/kubernetes/consul/charts/consul-server/values.yaml
+++ b/kubernetes/consul/charts/consul-server/values.yaml
@@ -17,12 +17,13 @@
#################################################################
global:
nodePortPrefix: 302
+ repository: nexus3.onap.org:10001
#################################################################
# Application configuration defaults.
#################################################################
# application image
-image: consul:1.0.6
+image: onap/oom/consul:2.1.0
pullPolicy: Always
# flag to enable debugging - application support required
@@ -86,3 +87,8 @@ resources:
cpu: 1
memory: 2Gi
unlimited: {}
+
+securityContext:
+ fsGroup: 1000
+ runAsUser: 100
+ runAsGroup: 1000