commit 2953e3a831be344d063f89d79a3b9616324631ef parent 93b6fdb9efb44a120292566bc247966a5c2fc55e Author: MTRNord <mtrnord1@gmail.com> Date: Mon, 25 Sep 2023 12:12:24 +0200 Fix zammad and allow arm Diffstat:
| M | apps/base/zammad/release.yaml | | | 94 | ++++++++++++++++++++++++++++++++++++++++++------------------------------------- |
1 file changed, 50 insertions(+), 44 deletions(-)
diff --git a/apps/base/zammad/release.yaml b/apps/base/zammad/release.yaml @@ -54,50 +54,56 @@ spec: - ReadWriteMany existingClaim: zammad-var-zammad-0-nfs-temp elasticsearch: - ## Configure extra options for Elasticsearch master-elegible containers' liveness, readiness and startup probes - ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes - ## @param master.startupProbe.enabled Enable/disable the startup probe (master nodes pod) - ## @param master.startupProbe.initialDelaySeconds Delay before startup probe is initiated (master nodes pod) - ## @param master.startupProbe.periodSeconds How often to perform the probe (master nodes pod) - ## @param master.startupProbe.timeoutSeconds When the probe times out (master nodes pod) - ## @param master.startupProbe.successThreshold Minimum consecutive successes for the probe to be considered successful after having failed (master nodes pod) - ## @param master.startupProbe.failureThreshold Minimum consecutive failures for the probe to be considered failed after having succeeded - ## - startupProbe: - enabled: false - initialDelaySeconds: 90 - periodSeconds: 10 - timeoutSeconds: 5 - successThreshold: 1 - failureThreshold: 5 - ## @param master.livenessProbe.enabled Enable/disable the liveness probe (master-eligible nodes pod) - ## @param master.livenessProbe.initialDelaySeconds Delay before liveness probe is initiated (master-eligible nodes pod) - ## @param master.livenessProbe.periodSeconds How often to perform the probe (master-eligible nodes pod) - ## @param master.livenessProbe.timeoutSeconds When the probe times out (master-eligible nodes pod) - ## @param master.livenessProbe.successThreshold Minimum consecutive successes for the probe to be considered successful after having failed (master-eligible nodes pod) - ## @param master.livenessProbe.failureThreshold Minimum consecutive failures for the probe to be considered failed after having succeeded - ## - livenessProbe: - enabled: true - initialDelaySeconds: 180 - periodSeconds: 10 - timeoutSeconds: 5 - successThreshold: 1 - failureThreshold: 5 - ## @param master.readinessProbe.enabled Enable/disable the readiness probe (master-eligible nodes pod) - ## @param master.readinessProbe.initialDelaySeconds Delay before readiness probe is initiated (master-eligible nodes pod) - ## @param master.readinessProbe.periodSeconds How often to perform the probe (master-eligible nodes pod) - ## @param master.readinessProbe.timeoutSeconds When the probe times out (master-eligible nodes pod) - ## @param master.readinessProbe.successThreshold Minimum consecutive successes for the probe to be considered successful after having failed (master-eligible nodes pod) - ## @param master.readinessProbe.failureThreshold Minimum consecutive failures for the probe to be considered failed after having succeeded - ## - readinessProbe: - enabled: true - initialDelaySeconds: 180 - periodSeconds: 25 - timeoutSeconds: 5 - successThreshold: 1 - failureThreshold: 50 + master: + ## Configure extra options for Elasticsearch master-elegible containers' liveness, readiness and startup probes + ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes + ## @param master.startupProbe.enabled Enable/disable the startup probe (master nodes pod) + ## @param master.startupProbe.initialDelaySeconds Delay before startup probe is initiated (master nodes pod) + ## @param master.startupProbe.periodSeconds How often to perform the probe (master nodes pod) + ## @param master.startupProbe.timeoutSeconds When the probe times out (master nodes pod) + ## @param master.startupProbe.successThreshold Minimum consecutive successes for the probe to be considered successful after having failed (master nodes pod) + ## @param master.startupProbe.failureThreshold Minimum consecutive failures for the probe to be considered failed after having succeeded + ## + startupProbe: + enabled: false + initialDelaySeconds: 90 + periodSeconds: 10 + timeoutSeconds: 5 + successThreshold: 1 + failureThreshold: 5 + ## @param master.livenessProbe.enabled Enable/disable the liveness probe (master-eligible nodes pod) + ## @param master.livenessProbe.initialDelaySeconds Delay before liveness probe is initiated (master-eligible nodes pod) + ## @param master.livenessProbe.periodSeconds How often to perform the probe (master-eligible nodes pod) + ## @param master.livenessProbe.timeoutSeconds When the probe times out (master-eligible nodes pod) + ## @param master.livenessProbe.successThreshold Minimum consecutive successes for the probe to be considered successful after having failed (master-eligible nodes pod) + ## @param master.livenessProbe.failureThreshold Minimum consecutive failures for the probe to be considered failed after having succeeded + ## + livenessProbe: + enabled: true + initialDelaySeconds: 180 + periodSeconds: 10 + timeoutSeconds: 5 + successThreshold: 1 + failureThreshold: 5 + ## @param master.readinessProbe.enabled Enable/disable the readiness probe (master-eligible nodes pod) + ## @param master.readinessProbe.initialDelaySeconds Delay before readiness probe is initiated (master-eligible nodes pod) + ## @param master.readinessProbe.periodSeconds How often to perform the probe (master-eligible nodes pod) + ## @param master.readinessProbe.timeoutSeconds When the probe times out (master-eligible nodes pod) + ## @param master.readinessProbe.successThreshold Minimum consecutive successes for the probe to be considered successful after having failed (master-eligible nodes pod) + ## @param master.readinessProbe.failureThreshold Minimum consecutive failures for the probe to be considered failed after having succeeded + ## + readinessProbe: + enabled: true + initialDelaySeconds: 180 + periodSeconds: 25 + timeoutSeconds: 5 + successThreshold: 1 + failureThreshold: 50 + tolerations: + - key: arch + operator: Equal + value: arm64 + effect: NoSchedule #tolerations: # - key: arch # operator: Equal