Merge "storing robot logs on the pv"
[oom.git] / kubernetes / sdc / charts / sdc-es / values.yaml
index 4c49abd..d90e984 100644 (file)
@@ -17,9 +17,8 @@
 #################################################################
 global:
   nodePortPrefix: 302
-  repositorySecret: eyJuZXh1czMub25hcC5vcmc6MTAwMDEiOnsidXNlcm5hbWUiOiJkb2NrZXIiLCJwYXNzd29yZCI6ImRvY2tlciIsImVtYWlsIjoiQCIsImF1dGgiOiJaRzlqYTJWeU9tUnZZMnRsY2c9PSJ9fQ==
   readinessRepository: oomk8s
-  readinessImage: readiness-check:1.1.0
+  readinessImage: readiness-check:2.0.0
   loggingRepository: docker.elastic.co
   loggingImage: beats/filebeat:5.5.0
   ubuntuInitRepository: oomk8s
@@ -31,8 +30,8 @@ global:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/sdc-elasticsearch:1.2-STAGING-latest
-elasticInitImage: onap/sdc-init-elasticsearch:1.2-STAGING-latest
+image: onap/sdc-elasticsearch:1.2.0
+elasticInitImage: onap/sdc-init-elasticsearch:1.2.0
 pullPolicy: Always
 
 # flag to enable debugging - application support required
@@ -40,7 +39,8 @@ debugEnabled: false
 
 # application configuration
 config:
-  elasticHeapSize: 1024M
+  JvmHeapSize: "1024M"
+  JvmOptions: "-Xms512m -Xmx512m"
 
 # default number of instances
 replicaCount: 1
@@ -58,12 +58,13 @@ liveness:
   enabled: true
 
 readiness:
-  initialDelaySeconds: 10
+  initialDelaySeconds: 60
   periodSeconds: 10
 
 service:
   type: ClusterIP
   name: sdc-es
+  portName: sdc-es
   externalPort: 9200
   internalPort: 9200
   externalPort2: 9300