commit 37f1f73fdb865e950bba3e311eb94000dea33105
parent 90c6385528dfd18e0403395940df244b6a157533
Author: MTRNord <mtrnord1@gmail.com>
Date: Mon, 26 Feb 2024 12:26:08 +0100
Allow arm
Diffstat:
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/apps/base/zammad/release.yaml b/apps/base/zammad/release.yaml
@@ -23,6 +23,11 @@ spec:
# causing spurious drift detection
force: true
values:
+ tolerations:
+ - key: arch
+ operator: Equal
+ value: arm64
+ effect: NoSchedule
ingress:
enabled: true
annotations:
@@ -57,6 +62,11 @@ spec:
existingClaim: zammad-data-csi
elasticsearch:
master:
+ tolerations:
+ - key: arch
+ operator: Equal
+ value: arm64
+ effect: NoSchedule
## 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)