Skip to content
Open
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
2 changes: 1 addition & 1 deletion charts/o-neko/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ kubectl create secret generic oneko-mongodb-uri --from-literal=uri="mongodb://o-
| `nameOverride` | String to partially override the name | `""` |
| `fullnameOverride` | String to fully override the release name | `""` |
| `imagePullSecrets` | Docker registry secret names as an array | `[]` |
| `javaOptions` | String with Java VM Options passed to the application | `-XX:InitialRAMPercentage=50.0 -XX:MaxRAMPercentage=80.0 -XX:+ExitOnOutOfMemoryError -XX:+PerfDisableSharedMem` |
| `javaOptions` | String with Java VM Options passed to the application | `-XX:InitialRAMPercentage=50.0 -XX:MaxRAMPercentage=80.0 -XX:+CrashOnOutOfMemoryError -XX:+PerfDisableSharedMem` |
| `hostAliases` | Host aliases available to the application | `nil` |
| `resources.limits` | The resource limits for the container | `{}` |
| `resources.requests` | The resource requests for the container | `{}` |
Expand Down
2 changes: 1 addition & 1 deletion charts/o-neko/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fullnameOverride: ""
imagePullSecrets: []

## @param javaOptions String with Java VM Options passed to the application
javaOptions: "-XX:InitialRAMPercentage=50.0 -XX:MaxRAMPercentage=80.0 -XX:+ExitOnOutOfMemoryError -XX:+PerfDisableSharedMem"
javaOptions: "-XX:InitialRAMPercentage=50.0 -XX:MaxRAMPercentage=80.0 -XX:+CrashOnOutOfMemoryError -XX:+PerfDisableSharedMem"

## @param hostAliases Host aliases available to the application
hostAliases:
Expand Down
2 changes: 1 addition & 1 deletion charts/sophora-admin-dashboard/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ nameOverride: ""
fullnameOverride: ""

# -- (string) java options passed to the JVM.
javaOptions: "-XX:InitialRAMPercentage=50.0 -XX:MaxRAMPercentage=80.0 -XX:+ExitOnOutOfMemoryError -XX:+PerfDisableSharedMem"
javaOptions: "-XX:InitialRAMPercentage=50.0 -XX:MaxRAMPercentage=80.0 -XX:+CrashOnOutOfMemoryError -XX:+PerfDisableSharedMem"

# - (object) k8s Pod host aliases which will be used to generate the /etc/hosts file
hostAliases:
Expand Down
2 changes: 1 addition & 1 deletion charts/sophora-ai/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ image:

imagePullSecrets: []

javaOptions: -XX:+ExitOnOutOfMemoryError -XX:+PerfDisableSharedMem
javaOptions: -XX:+CrashOnOutOfMemoryError -XX:+PerfDisableSharedMem

sophora:
authentication:
Expand Down
2 changes: 1 addition & 1 deletion charts/sophora-contentapi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ image:

imagePullSecrets: []

javaOptions: -XX:+ExitOnOutOfMemoryError -XX:+PerfDisableSharedMem
javaOptions: -XX:+CrashOnOutOfMemoryError -XX:+PerfDisableSharedMem

sophora:
authentication:
Expand Down
2 changes: 1 addition & 1 deletion charts/sophora-courier/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ imagePullSecrets: []

podAnnotations: {}

javaOptions: "-XX:InitialRAMPercentage=50.0 -XX:MaxRAMPercentage=80.0 -XX:+ExitOnOutOfMemoryError -XX:+PerfDisableSharedMem"
javaOptions: "-XX:InitialRAMPercentage=50.0 -XX:MaxRAMPercentage=80.0 -XX:+CrashOnOutOfMemoryError -XX:+PerfDisableSharedMem"

readinessProbe:
failureThreshold: 3
Expand Down
2 changes: 1 addition & 1 deletion charts/sophora-export-job/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

javaOptions: "-XX:InitialRAMPercentage=50.0 -XX:MaxRAMPercentage=80.0 -XX:+ExitOnOutOfMemoryError -XX:+PerfDisableSharedMem"
javaOptions: "-XX:InitialRAMPercentage=50.0 -XX:MaxRAMPercentage=80.0 -XX:+CrashOnOutOfMemoryError -XX:+PerfDisableSharedMem"

# - (object) k8s Pod host aliases which will be used to generate the /etc/hosts file
hostAliases:
Expand Down
2 changes: 1 addition & 1 deletion charts/sophora-image-access-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ imagePullSecrets: []
nameOverride: ""
fullnameOverride: sophora-image-access-service

javaOptions: "-XX:InitialRAMPercentage=40.0 -XX:MaxRAMPercentage=60.0 -XX:+ExitOnOutOfMemoryError -XX:+PerfDisableSharedMem -XX:+UnlockDiagnosticVMOptions -XX:GCLockerRetryAllocationCount=20"
javaOptions: "-XX:InitialRAMPercentage=40.0 -XX:MaxRAMPercentage=60.0 -XX:+CrashOnOutOfMemoryError -XX:+PerfDisableSharedMem -XX:+UnlockDiagnosticVMOptions -XX:GCLockerRetryAllocationCount=20"

timeZone: "Europe/Berlin"

Expand Down
2 changes: 1 addition & 1 deletion charts/sophora-image-ai/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ image:

imagePullSecrets: []

javaOptions: -XX:+ExitOnOutOfMemoryError -XX:+PerfDisableSharedMem
javaOptions: -XX:+CrashOnOutOfMemoryError -XX:+PerfDisableSharedMem

sophora:
authentication:
Expand Down
2 changes: 1 addition & 1 deletion charts/sophora-image-update-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ imagePullSecrets: []
nameOverride: ""
fullnameOverride: sophora-image-update-service

javaOptions: "-XX:InitialRAMPercentage=50.0 -XX:MaxRAMPercentage=80.0 -XX:+ExitOnOutOfMemoryError -XX:+PerfDisableSharedMem"
javaOptions: "-XX:InitialRAMPercentage=50.0 -XX:MaxRAMPercentage=80.0 -XX:+CrashOnOutOfMemoryError -XX:+PerfDisableSharedMem"

timeZone: "Europe/Berlin"

Expand Down
2 changes: 1 addition & 1 deletion charts/sophora-import-job/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

javaOptions: "-XX:InitialRAMPercentage=50.0 -XX:MaxRAMPercentage=80.0 -XX:+ExitOnOutOfMemoryError -XX:+PerfDisableSharedMem"
javaOptions: "-XX:InitialRAMPercentage=50.0 -XX:MaxRAMPercentage=80.0 -XX:+CrashOnOutOfMemoryError -XX:+PerfDisableSharedMem"

# - (object) k8s Pod host aliases which will be used to generate the /etc/hosts file
hostAliases:
Expand Down
2 changes: 1 addition & 1 deletion charts/sophora-importer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fullnameOverride: ""
##
extraDeploy: []

javaOptions: "-XX:InitialRAMPercentage=50.0 -XX:MaxRAMPercentage=80.0 -XX:+ExitOnOutOfMemoryError -XX:+PerfDisableSharedMem"
javaOptions: "-XX:InitialRAMPercentage=50.0 -XX:MaxRAMPercentage=80.0 -XX:+CrashOnOutOfMemoryError -XX:+PerfDisableSharedMem"

# - (object) k8s Pod host aliases which will be used to generate the /etc/hosts file
hostAliases:
Expand Down
2 changes: 1 addition & 1 deletion charts/sophora-indexer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ tolerations: []

affinity: {}

javaOptions: "-Dlogging.config=/indexer/config/logback.xml -Dsophora.properties=/indexer/config/indexer.properties -Dsophora.groovy.dir=groovy -XX:InitialRAMPercentage=50.0 -XX:MaxRAMPercentage=80.0 -XX:+ExitOnOutOfMemoryError -XX:+PerfDisableSharedMem"
javaOptions: "-Dlogging.config=/indexer/config/logback.xml -Dsophora.properties=/indexer/config/indexer.properties -Dsophora.groovy.dir=groovy -XX:InitialRAMPercentage=50.0 -XX:MaxRAMPercentage=80.0 -XX:+CrashOnOutOfMemoryError -XX:+PerfDisableSharedMem"

env: # additional environment variables for sophora-indexer container

Expand Down
2 changes: 1 addition & 1 deletion charts/sophora-indexing-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ sisi:
env: []
configuration:

javaOptions: "-XX:InitialRAMPercentage=50.0 -XX:MaxRAMPercentage=80.0 -XX:+ExitOnOutOfMemoryError -XX:+PerfDisableSharedMem"
javaOptions: "-XX:InitialRAMPercentage=50.0 -XX:MaxRAMPercentage=80.0 -XX:+CrashOnOutOfMemoryError -XX:+PerfDisableSharedMem"

serviceMonitor:
enabled: false
Expand Down
2 changes: 1 addition & 1 deletion charts/sophora-linkchecker/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ image:

imagePullSecrets: []

javaOptions: -XX:+ExitOnOutOfMemoryError -XX:+PerfDisableSharedMem
javaOptions: -XX:+CrashOnOutOfMemoryError -XX:+PerfDisableSharedMem

sophora:
authentication:
Expand Down
2 changes: 1 addition & 1 deletion charts/sophora-metadata-supplier/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ extraDeploy: []
# - (object) k8s Pod host aliases which will be used to generate the /etc/hosts file
hostAliases:

javaOptions: "-XX:InitialRAMPercentage=50.0 -XX:MaxRAMPercentage=80.0 -XX:+ExitOnOutOfMemoryError -XX:+PerfDisableSharedMem"
javaOptions: "-XX:InitialRAMPercentage=50.0 -XX:MaxRAMPercentage=80.0 -XX:+CrashOnOutOfMemoryError -XX:+PerfDisableSharedMem"

metadataSupplier:
configuration:
Expand Down
2 changes: 1 addition & 1 deletion charts/sophora-schema-docs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ image:

imagePullSecrets: []

javaOptions: -XX:+ExitOnOutOfMemoryError -XX:+PerfDisableSharedMem
javaOptions: -XX:+CrashOnOutOfMemoryError -XX:+PerfDisableSharedMem

sophora:
authentication:
Expand Down
2 changes: 1 addition & 1 deletion charts/sophora-seo-check/test-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ image:

imagePullSecrets: []

javaOptions: -XX:+ExitOnOutOfMemoryError -XX:+PerfDisableSharedMem
javaOptions: -XX:+CrashOnOutOfMemoryError -XX:+PerfDisableSharedMem

sophora:
authentication:
Expand Down
2 changes: 1 addition & 1 deletion charts/sophora-seo-check/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ image:

imagePullSecrets: []

javaOptions: -XX:+ExitOnOutOfMemoryError -XX:+PerfDisableSharedMem
javaOptions: -XX:+CrashOnOutOfMemoryError -XX:+PerfDisableSharedMem

sophora:
authentication:
Expand Down
2 changes: 1 addition & 1 deletion charts/sophora-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ configGenerator:
pullPolicy: IfNotPresent

# Default Java options. Additional Java options (like -XX:+UseLargePages) should be added via `extraJavaOptions`.
javaOptions: "-XX:InitialRAMPercentage=50.0 -XX:MaxRAMPercentage=80.0 -XX:+UseG1GC -XX:+ExitOnOutOfMemoryError -XX:+AlwaysPreTouch -XX:+PerfDisableSharedMem -XX:+ParallelRefProcEnabled -XX:G1HeapRegionSize=8m -XX:MaxGCPauseMillis=250 -XX:InitiatingHeapOccupancyPercent=75"
javaOptions: "-XX:InitialRAMPercentage=50.0 -XX:MaxRAMPercentage=80.0 -XX:+UseG1GC -XX:+CrashOnOutOfMemoryError -XX:+AlwaysPreTouch -XX:+PerfDisableSharedMem -XX:+ParallelRefProcEnabled -XX:G1HeapRegionSize=8m -XX:MaxGCPauseMillis=250 -XX:InitiatingHeapOccupancyPercent=75"
# Extra Java options in addition to `javaOptions`. Use this if you don't want to override `javaOptions`.
extraJavaOptions:

Expand Down
2 changes: 1 addition & 1 deletion charts/sophora-ugc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 1

imagePullSecrets: []

javaOptions: "-XX:InitialRAMPercentage=50.0 -XX:MaxRAMPercentage=80.0 -XX:+ExitOnOutOfMemoryError -XX:+PerfDisableSharedMem"
javaOptions: "-XX:InitialRAMPercentage=50.0 -XX:MaxRAMPercentage=80.0 -XX:+CrashOnOutOfMemoryError -XX:+PerfDisableSharedMem"

podAnnotations: {}

Expand Down
2 changes: 1 addition & 1 deletion charts/sophora-webclient/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ hostAliases:

imagePullSecrets: []

javaOptions: "-XX:InitialRAMPercentage=50.0 -XX:MaxRAMPercentage=80.0 -XX:+ExitOnOutOfMemoryError -XX:+PerfDisableSharedMem"
javaOptions: "-XX:InitialRAMPercentage=50.0 -XX:MaxRAMPercentage=80.0 -XX:+CrashOnOutOfMemoryError -XX:+PerfDisableSharedMem"

podAnnotations: {}

Expand Down
2 changes: 1 addition & 1 deletion charts/sophora-youtube-connector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

javaOptions: "-Davtool.groovy.dir=/app/groovy -XX:InitialRAMPercentage=50.0 -XX:MaxRAMPercentage=80.0 -XX:+ExitOnOutOfMemoryError -XX:+PerfDisableSharedMem"
javaOptions: "-Davtool.groovy.dir=/app/groovy -XX:InitialRAMPercentage=50.0 -XX:MaxRAMPercentage=80.0 -XX:+CrashOnOutOfMemoryError -XX:+PerfDisableSharedMem"

configGenerator:
image:
Expand Down