diff --git a/charts/nnd-service/templates/deployment.yaml b/charts/nnd-service/templates/deployment.yaml index 55716c9d5..4f49149aa 100644 --- a/charts/nnd-service/templates/deployment.yaml +++ b/charts/nnd-service/templates/deployment.yaml @@ -50,7 +50,22 @@ spec: value: {{ .Values.authUri }} - name: NND_LOG_PATH value: {{ .Values.log.path }} - + - name: JAVA_TOOL_OPTIONS + value: {{ .Values.java.jvmOptions}} + # livenessProbe: + # httpGet: + # path: extraction/actuator/info + # port: {{ .Values.service.port }} + # initialDelaySeconds: 30 + # periodSeconds: 10 + # failureThreshold: 3 + # readinessProbe: + # httpGet: + # path: extraction/actuator/health + # port: {{ .Values.service.port }} + # initialDelaySeconds: 60 + # periodSeconds: 5 + # failureThreshold: 3 volumeMounts: - mountPath: /usr/share/nndservice/data name: di-persistent-storage diff --git a/charts/nnd-service/values-dts1.yaml b/charts/nnd-service/values-dts1.yaml index a52fcbda0..4732ec4ad 100644 --- a/charts/nnd-service/values-dts1.yaml +++ b/charts/nnd-service/values-dts1.yaml @@ -5,7 +5,7 @@ env: "dts1" image: repository: "" pullPolicy: IfNotPresent - tag: 1.0.1-SNAPSHOT.381586b + tag: 1.0.1-SNAPSHOT-LIQUI-1.0.1.3cc8554 imagePullSecrets: [] nameOverride: "" @@ -66,3 +66,18 @@ pvc: efsFileSystemId: "" +java: + jvmOptions: "-Xms1g -Xmx2g -XX:+ExitOnOutOfMemoryError" + +# resources: +# requests: +# memory: "2Gi" +# cpu: "500m" +# limits: +# memory: "4Gi" +# cpu: "1" +# autoscaling: +# enabled: true +# minReplicas: 2 +# maxReplicas: 5 +# targetCPUUtilizationPercentage: 75 diff --git a/charts/nnd-service/values-feature.yaml b/charts/nnd-service/values-feature.yaml index 08324e980..c4507cc85 100644 --- a/charts/nnd-service/values-feature.yaml +++ b/charts/nnd-service/values-feature.yaml @@ -5,7 +5,7 @@ env: "feature" image: repository: "" pullPolicy: IfNotPresent - tag: 1.0.1-SNAPSHOT-MT-HOTFIX-7.8.3-1.0.0.404f3b7 + tag: 1.0.1-SNAPSHOT-THREAD-0.0.1.115d75e imagePullSecrets: [] nameOverride: ""