Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions deploy/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ if [ $# -ge 1 ] ; then
fi

NS=regproc
CHART_VERSION=1.3.1-develop
SALTGEN_CHART_VERSION=1.3.1-develop
CHART_VERSION=1.3.1-rc.1
SALTGEN_CHART_VERSION=1.3.1-rc.1

echo Create $NS namespace
kubectl create ns $NS
Expand Down
2 changes: 1 addition & 1 deletion helm/regproc-camel/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: regproc-camel
description: A Helm chart for MOSIP Registration Processor Camel stage
type: application
version: 1.3.1-develop
version: 1.3.1-rc.1
appVersion: ""
dependencies:
- name: common
Expand Down
11 changes: 3 additions & 8 deletions helm/regproc-camel/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ service:
externalTrafficPolicy: Cluster
image:
registry: docker.io
repository: mosipqa/registration-processor-common-camel-bridge
tag: 1.3.x
repository: mosipid/registration-processor-common-camel-bridge
tag: 1.3.1-rc.1
Comment thread
Prafulrakhade marked this conversation as resolved.
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -123,12 +123,7 @@ additionalResources:
## Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources
## Example: java_opts: "-Xms500M -Xmx500M"
javaOpts: >-
-XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit -XX:+ZProactive
-XX:ZUncommitDelay=60 -XX:SoftMaxHeapSize=1000m -Xms800m -Xmx1250m
-XX:+UseContainerSupport -XX:MaxMetaspaceSize=160m
-XX:MetaspaceSize=40m
-XX:ReservedCodeCacheSize=60m -XX:InitialCodeCacheSize=15m
-XX:+UseCodeCacheFlushing -XX:+HeapDumpOnOutOfMemoryError
-XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit -XX:+ZProactive -XX:ZUncommitDelay=60 -XX:SoftMaxHeapSize=1000m -Xms800m -Xmx1250m -XX:+UseContainerSupport -XX:MaxMetaspaceSize=160m -XX:MetaspaceSize=40m -XX:ReservedCodeCacheSize=60m -XX:InitialCodeCacheSize=15m -XX:+UseCodeCacheFlushing -XX:+HeapDumpOnOutOfMemoryError
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container
## Clamav container already runs as 'mosip' user, so we may not need to enable this
containerSecurityContext:
Expand Down
2 changes: 1 addition & 1 deletion helm/regproc-group1/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: regproc-group1
description: A Helm chart for MOSIP Registration Processor Group 1
type: application
version: 1.3.1-develop
version: 1.3.1-rc.1
appVersion: ""
dependencies:
- name: common
Expand Down
11 changes: 3 additions & 8 deletions helm/regproc-group1/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ service:
externalTrafficPolicy: Cluster
image:
registry: docker.io
repository: mosipqa/registration-processor-stage-group-1
tag: 1.3.x
repository: mosipid/registration-processor-stage-group-1
tag: 1.3.1-rc.1
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -122,12 +122,7 @@ additionalResources:
## Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources
## Example: java_opts: "-Xms500M -Xmx500M"
javaOpts: >-
-XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit -XX:+ZProactive
-XX:ZUncommitDelay=60 -XX:SoftMaxHeapSize=400m -Xms300m -Xmx600m
-XX:+UseContainerSupport -XX:MaxMetaspaceSize=256m
-XX:MetaspaceSize=96m
-XX:ReservedCodeCacheSize=48m -XX:InitialCodeCacheSize=16m
-XX:+UseCodeCacheFlushing -XX:+HeapDumpOnOutOfMemoryError
-XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit -XX:+ZProactive -XX:ZUncommitDelay=60 -XX:SoftMaxHeapSize=400m -Xms300m -Xmx600m -XX:+UseContainerSupport -XX:MaxMetaspaceSize=256m -XX:MetaspaceSize=96m -XX:ReservedCodeCacheSize=48m -XX:InitialCodeCacheSize=16m -XX:+UseCodeCacheFlushing -XX:+HeapDumpOnOutOfMemoryError
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container
## Clamav container already runs as 'mosip' user, so we may not need to enable this
containerSecurityContext:
Expand Down
2 changes: 1 addition & 1 deletion helm/regproc-group2/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: regproc-group2
description: A Helm chart for MOSIP Registration Processor Group 2 stage
type: application
version: 1.3.1-develop
version: 1.3.1-rc.1
appVersion: ""
dependencies:
- name: common
Expand Down
15 changes: 3 additions & 12 deletions helm/regproc-group2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ service:
externalTrafficPolicy: Cluster
image:
registry: docker.io
repository: mosipqa/registration-processor-stage-group-2
tag: 1.3.x
repository: mosipid/registration-processor-stage-group-2
tag: 1.3.1-rc.1
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -128,16 +128,7 @@ additionalResources:
## Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources
## Example: java_opts: "-Xms500M -Xmx500M"
javaOpts: >-
-XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit
-XX:ZUncommitDelay=60 -XX:SoftMaxHeapSize=1600m -Xms1150m
-Xmx1950m -XX:ActiveProcessorCount=1
-Djdk.virtualThreadScheduler.parallelism=1
-Djdk.virtualThreadScheduler.maxPoolSize=64
-Djava.util.concurrent.ForkJoinPool.common.parallelism=1
-XX:+UseContainerSupport -XX:MaxMetaspaceSize=384m
-XX:MetaspaceSize=128m -XX:ReservedCodeCacheSize=128m
-XX:InitialCodeCacheSize=32m -XX:+UseCodeCacheFlushing
-XX:+UseCompressedOops
-XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit -XX:ZUncommitDelay=60 -XX:SoftMaxHeapSize=1600m -Xms1150m -Xmx1950m -XX:ActiveProcessorCount=1 -Djdk.virtualThreadScheduler.parallelism=1 -Djdk.virtualThreadScheduler.maxPoolSize=64 -Djava.util.concurrent.ForkJoinPool.common.parallelism=1 -XX:+UseContainerSupport -XX:MaxMetaspaceSize=384m -XX:MetaspaceSize=128m -XX:ReservedCodeCacheSize=128m -XX:InitialCodeCacheSize=32m -XX:+UseCodeCacheFlushing -XX:+UseCompressedOops
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container
## Clamav container already runs as 'mosip' user, so we may not need to enable this
containerSecurityContext:
Expand Down
2 changes: 1 addition & 1 deletion helm/regproc-group3/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: regproc-group3
description: A Helm chart for MOSIP Registration Processor Group 3 stage
type: application
version: 1.3.1-develop
version: 1.3.1-rc.1
appVersion: ""
dependencies:
- name: common
Expand Down
16 changes: 3 additions & 13 deletions helm/regproc-group3/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ service:
externalTrafficPolicy: Cluster
image:
registry: docker.io
repository: mosipqa/registration-processor-stage-group-3
tag: 1.3.x
repository: mosipid/registration-processor-stage-group-3
tag: 1.3.1-rc.1
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -127,17 +127,7 @@ additionalResources:
## Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources
## Example: java_opts: "-Xms500M -Xmx500M"
javaOpts: >-
-XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit
-XX:ZUncommitDelay=30 -XX:+ZProactive -XX:ZCollectionInterval=5
-Xms1500m -Xmx2800m -XX:SoftMaxHeapSize=2400m
-Djdk.virtualThreadScheduler.parallelism=2
-Djdk.virtualThreadScheduler.maxPoolSize=64
-Djava.util.concurrent.ForkJoinPool.common.parallelism=1
-XX:+UseContainerSupport -XX:MaxMetaspaceSize=256m
-XX:MetaspaceSize=100m -XX:ReservedCodeCacheSize=160m
-XX:InitialCodeCacheSize=48m -XX:+UseCodeCacheFlushing
-XX:+ExitOnOutOfMemoryError
-Djava.security.egd=file:/dev/urandom
-XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit -XX:ZUncommitDelay=30 -XX:+ZProactive -XX:ZCollectionInterval=5 -Xms1500m -Xmx2800m -XX:SoftMaxHeapSize=2400m -Djdk.virtualThreadScheduler.parallelism=2 -Djdk.virtualThreadScheduler.maxPoolSize=64 -Djava.util.concurrent.ForkJoinPool.common.parallelism=1 -XX:+UseContainerSupport -XX:MaxMetaspaceSize=256m -XX:MetaspaceSize=100m -XX:ReservedCodeCacheSize=160m -XX:InitialCodeCacheSize=48m -XX:+UseCodeCacheFlushing -XX:+ExitOnOutOfMemoryError -Djava.security.egd=file:/dev/urandom
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container
## Clamav container already runs as 'mosip' user, so we may not need to enable this
containerSecurityContext:
Expand Down
2 changes: 1 addition & 1 deletion helm/regproc-group4/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: regproc-group4
description: A Helm chart for MOSIP Registration Processor Group 4
type: application
version: 1.3.1-develop
version: 1.3.1-rc.1
appVersion: ""
dependencies:
- name: common
Expand Down
11 changes: 3 additions & 8 deletions helm/regproc-group4/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ service:
externalTrafficPolicy: Cluster
image:
registry: docker.io
repository: mosipqa/registration-processor-stage-group-4
tag: 1.3.x
repository: mosipid/registration-processor-stage-group-4
tag: 1.3.1-rc.1
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -127,12 +127,7 @@ additionalResources:
## Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources
## Example: java_opts: "-Xms500M -Xmx500M"
javaOpts: >-
-XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit -XX:+ZProactive
-XX:ZUncommitDelay=60 -XX:SoftMaxHeapSize=2800m -Xms1900m -Xmx3900m
-XX:+UseContainerSupport -XX:MaxMetaspaceSize=400m
-XX:MetaspaceSize=100m
-XX:ReservedCodeCacheSize=150m -XX:InitialCodeCacheSize=38m
-XX:+UseCodeCacheFlushing -XX:+HeapDumpOnOutOfMemoryError
-XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit -XX:+ZProactive -XX:ZUncommitDelay=60 -XX:SoftMaxHeapSize=2800m -Xms1900m -Xmx3900m -XX:+UseContainerSupport -XX:MaxMetaspaceSize=400m -XX:MetaspaceSize=100m -XX:ReservedCodeCacheSize=150m -XX:InitialCodeCacheSize=38m -XX:+UseCodeCacheFlushing -XX:+HeapDumpOnOutOfMemoryError
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container
## Clamav container already runs as 'mosip' user, so we may not need to enable this
containerSecurityContext:
Expand Down
2 changes: 1 addition & 1 deletion helm/regproc-group5/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: regproc-group5
description: A Helm chart for MOSIP Registration Processor Group 5
type: application
version: 1.3.1-develop
version: 1.3.1-rc.1
appVersion: ""
dependencies:
- name: common
Expand Down
15 changes: 3 additions & 12 deletions helm/regproc-group5/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ service:
externalTrafficPolicy: Cluster
image:
registry: docker.io
repository: mosipqa/registration-processor-stage-group-5
tag: 1.3.x
repository: mosipid/registration-processor-stage-group-5
tag: 1.3.1-rc.1
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -127,16 +127,7 @@ additionalResources:
## Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources
## Example: java_opts: "-Xms500M -Xmx500M"
javaOpts: >-
-XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit
-XX:ZUncommitDelay=60 -XX:SoftMaxHeapSize=4000m -Xms2250m
-Xmx4400m -XX:ActiveProcessorCount=1
-Djdk.virtualThreadScheduler.parallelism=1
-Djdk.virtualThreadScheduler.maxPoolSize=64
-Djava.util.concurrent.ForkJoinPool.common.parallelism=1
-XX:+UseContainerSupport -XX:MaxMetaspaceSize=384m
-XX:MetaspaceSize=128m -XX:ReservedCodeCacheSize=128m
-XX:InitialCodeCacheSize=32m -XX:+UseCodeCacheFlushing
-XX:+HeapDumpOnOutOfMemoryError -XX:+UseCompressedOops
-XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit -XX:ZUncommitDelay=60 -XX:SoftMaxHeapSize=4000m -Xms2250m -Xmx4400m -XX:ActiveProcessorCount=1 -Djdk.virtualThreadScheduler.parallelism=1 -Djdk.virtualThreadScheduler.maxPoolSize=64 -Djava.util.concurrent.ForkJoinPool.common.parallelism=1 -XX:+UseContainerSupport -XX:MaxMetaspaceSize=384m -XX:MetaspaceSize=128m -XX:ReservedCodeCacheSize=128m -XX:InitialCodeCacheSize=32m -XX:+UseCodeCacheFlushing -XX:+HeapDumpOnOutOfMemoryError -XX:+UseCompressedOops
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container
## Clamav container already runs as 'mosip' user, so we may not need to enable this
containerSecurityContext:
Expand Down
2 changes: 1 addition & 1 deletion helm/regproc-group6/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: regproc-group6
description: A Helm chart for MOSIP Registration Processor Group 6
type: application
version: 1.3.1-develop
version: 1.3.1-rc.1
appVersion: ""
dependencies:
- name: common
Expand Down
15 changes: 3 additions & 12 deletions helm/regproc-group6/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ service:
externalTrafficPolicy: Cluster
image:
registry: docker.io
repository: mosipqa/registration-processor-stage-group-6
tag: 1.3.x
repository: mosipid/registration-processor-stage-group-6
tag: 1.3.1-rc.1
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -127,16 +127,7 @@ additionalResources:
## Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources
## Example: java_opts: "-Xms500M -Xmx500M"
javaOpts: >-
-XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit
-XX:ZUncommitDelay=60 -XX:SoftMaxHeapSize=1800m -Xms1150m -Xmx2050m
-XX:ActiveProcessorCount=1
-Djdk.virtualThreadScheduler.parallelism=1
-Djdk.virtualThreadScheduler.maxPoolSize=64
-Djava.util.concurrent.ForkJoinPool.common.parallelism=1
-XX:+UseContainerSupport -XX:MaxMetaspaceSize=384m
-XX:MetaspaceSize=128m -XX:ReservedCodeCacheSize=128m
-XX:InitialCodeCacheSize=32m -XX:+UseCodeCacheFlushing
-XX:+HeapDumpOnOutOfMemoryError
-XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit -XX:ZUncommitDelay=60 -XX:SoftMaxHeapSize=1800m -Xms1150m -Xmx2050m -XX:ActiveProcessorCount=1 -Djdk.virtualThreadScheduler.parallelism=1 -Djdk.virtualThreadScheduler.maxPoolSize=64 -Djava.util.concurrent.ForkJoinPool.common.parallelism=1 -XX:+UseContainerSupport -XX:MaxMetaspaceSize=384m -XX:MetaspaceSize=128m -XX:ReservedCodeCacheSize=128m -XX:InitialCodeCacheSize=32m -XX:+UseCodeCacheFlushing -XX:+HeapDumpOnOutOfMemoryError
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container
## Clamav container already runs as 'mosip' user, so we may not need to enable this
containerSecurityContext:
Expand Down
2 changes: 1 addition & 1 deletion helm/regproc-group7/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: regproc-group7
description: A Helm chart for MOSIP Registration Processor Group 7
type: application
version: 1.3.1-develop
version: 1.3.1-rc.1
appVersion: ""
dependencies:
- name: common
Expand Down
17 changes: 3 additions & 14 deletions helm/regproc-group7/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ service:
externalTrafficPolicy: Cluster
image:
registry: docker.io
repository: mosipqa/registration-processor-stage-group-7
tag: 1.3.x
repository: mosipid/registration-processor-stage-group-7
tag: 1.3.1-rc.1
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -128,18 +128,7 @@ additionalResources:
## Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources
## Example: java_opts: "-Xms500M -Xmx500M"
javaOpts: >-
-XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit
-XX:ZUncommitDelay=30 -XX:+ZProactive -XX:ZCollectionInterval=5
-Xms1150m -Xmx1950m -XX:SoftMaxHeapSize=1700m
-XX:ActiveProcessorCount=1
-Djava.util.concurrent.ForkJoinPool.common.parallelism=1
-Djdk.virtualThreadScheduler.parallelism=1
-Djdk.virtualThreadScheduler.maxPoolSize=64
-XX:+UseContainerSupport -XX:MaxMetaspaceSize=256m
-XX:MetaspaceSize=100m -XX:ReservedCodeCacheSize=128m
-XX:InitialCodeCacheSize=32m -XX:+UseCodeCacheFlushing
-XX:+ExitOnOutOfMemoryError
-Djava.security.egd=file:/dev/urandom
-XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit -XX:ZUncommitDelay=30 -XX:+ZProactive -XX:ZCollectionInterval=5 -Xms1150m -Xmx1950m -XX:SoftMaxHeapSize=1700m -XX:ActiveProcessorCount=1 -Djava.util.concurrent.ForkJoinPool.common.parallelism=1 -Djdk.virtualThreadScheduler.parallelism=1 -Djdk.virtualThreadScheduler.maxPoolSize=64 -XX:+UseContainerSupport -XX:MaxMetaspaceSize=256m -XX:MetaspaceSize=100m -XX:ReservedCodeCacheSize=128m -XX:InitialCodeCacheSize=32m -XX:+UseCodeCacheFlushing -XX:+ExitOnOutOfMemoryError -Djava.security.egd=file:/dev/urandom
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container
## Clamav container already runs as 'mosip' user, so we may not need to enable this
containerSecurityContext:
Expand Down
2 changes: 1 addition & 1 deletion helm/regproc-landingzone/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: regproc-landingzone
description: A Helm chart for MOSIP Registration Processor Group 7
type: application
version: 1.3.1-develop
version: 1.3.1-rc.1
appVersion: ""
dependencies:
- name: common
Expand Down
11 changes: 3 additions & 8 deletions helm/regproc-landingzone/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ service:
externalTrafficPolicy: Cluster
image:
registry: docker.io
repository: mosipqa/registration-processor-landing-zone
tag: 1.3.x
repository: mosipid/registration-processor-landing-zone
tag: 1.3.1-rc.1
Comment thread
Prafulrakhade marked this conversation as resolved.
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -124,12 +124,7 @@ additionalResources:
## Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources
## Example: java_opts: "-Xms500M -Xmx500M"
javaOpts: >-
-XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit -XX:+ZProactive
-XX:ZUncommitDelay=60 -XX:SoftMaxHeapSize=2100m -Xms1800m -Xmx3000m
-XX:+UseContainerSupport -XX:MaxMetaspaceSize=320m
-XX:MetaspaceSize=80m
-XX:ReservedCodeCacheSize=120m -XX:InitialCodeCacheSize=30m
-XX:+UseCodeCacheFlushing -XX:+HeapDumpOnOutOfMemoryError
-XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit -XX:+ZProactive -XX:ZUncommitDelay=60 -XX:SoftMaxHeapSize=2100m -Xms1800m -Xmx3000m -XX:+UseContainerSupport -XX:MaxMetaspaceSize=320m -XX:MetaspaceSize=80m -XX:ReservedCodeCacheSize=120m -XX:InitialCodeCacheSize=30m -XX:+UseCodeCacheFlushing -XX:+HeapDumpOnOutOfMemoryError
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container
## Clamav container already runs as 'mosip' user, so we may not need to enable this
containerSecurityContext:
Expand Down
2 changes: 1 addition & 1 deletion helm/regproc-notifier/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: regproc-notifier
description: A Helm chart for MOSIP Registration Processor Notification Service
type: application
version: 1.3.1-develop
version: 1.3.1-rc.1
appVersion: ""
dependencies:
- name: common
Expand Down
11 changes: 3 additions & 8 deletions helm/regproc-notifier/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ service:
externalTrafficPolicy: Cluster
image:
registry: docker.io
repository: mosipqa/registration-processor-notification-service
tag: 1.3.x
repository: mosipid/registration-processor-notification-service
tag: 1.3.1-rc.1
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -122,12 +122,7 @@ additionalResources:
## Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources
## Example: java_opts: "-Xms500M -Xmx500M"
javaOpts: >-
-XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit -XX:+ZProactive
-XX:ZUncommitDelay=60 -XX:SoftMaxHeapSize=300m -Xms550m -Xmx700m
-XX:+UseContainerSupport -XX:MaxMetaspaceSize=200m
-XX:MetaspaceSize=96m
-XX:ReservedCodeCacheSize=48m -XX:InitialCodeCacheSize=16m
-XX:+UseCodeCacheFlushing -XX:+HeapDumpOnOutOfMemoryError
-XX:+UseZGC -XX:+ZGenerational -XX:+ZUncommit -XX:+ZProactive -XX:ZUncommitDelay=60 -XX:SoftMaxHeapSize=300m -Xms550m -Xmx700m -XX:+UseContainerSupport -XX:MaxMetaspaceSize=200m -XX:MetaspaceSize=96m -XX:ReservedCodeCacheSize=48m -XX:InitialCodeCacheSize=16m -XX:+UseCodeCacheFlushing -XX:+HeapDumpOnOutOfMemoryError
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container
## Clamav container already runs as 'mosip' user, so we may not need to enable this
containerSecurityContext:
Expand Down
2 changes: 1 addition & 1 deletion helm/regproc-pktserver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: regproc-pktserver
description: A Helm chart for MOSIP Registration Processor Packet Server
type: application
version: 1.3.1-develop
version: 1.3.1-rc.1
appVersion: ""
dependencies:
- name: common
Expand Down
Loading
Loading