commit f2777ea8b8b35094541995e91050829d45410429 parent 4f4ac0f179667395cd0d68223090948da89906a1 Author: MTRNord <mtrnord1@gmail.com> Date: Mon, 29 Jan 2024 23:58:47 +0100 Fix pg operator Diffstat:
| M | apps/production/postgres-operator-values.yaml | | | 10 | +++++----- |
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/apps/production/postgres-operator-values.yaml b/apps/production/postgres-operator-values.yaml @@ -44,8 +44,8 @@ spec: - postgres-ui.midnightthoughts.space configKubernetes: enable_pod_antiaffinity: true - tolerations: - - key: "arch" - operator: "Equal" - value: "arm64" - effect: "NoSchedule" + # tolerations: + # - key: "arch" + # operator: "Equal" + # value: "arm64" + # effect: "NoSchedule"