Merge "[SDNC] Uses new tpls for repos / images"
[oom.git] / kubernetes / consul / values.yaml
index 8f17dc6..639e4eb 100644 (file)
@@ -17,9 +17,6 @@
 #################################################################
 global:
   nodePortPrefix: 302
-  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
 
@@ -27,8 +24,7 @@ global:
 # Application configuration defaults.
 #################################################################
 # application image
-repository: docker.io
-image: oomk8s/consul:2.0.0
+image: onap/oom/consul:2.1.0
 pullPolicy: Always
 
 #subchart name
@@ -108,3 +104,8 @@ sdnc:
   config:
     isPrimaryCluster: true
   replicaCount: 1
+
+securityContext:
+  fsGroup: 1000
+  runAsUser: 100
+  runAsGroup: 1000