cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 6d40db6a9aaa3fa6d607281b3537d8d09a02cffa
parent 17b56d2912423327872e308f6bb890a730971072
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 14 Jun 2023 18:07:43 +0200

add missing tolerations

Diffstat:
Mapps/base/openproject/release.yaml | 13+++++++++++++
1 file changed, 13 insertions(+), 0 deletions(-)

diff --git a/apps/base/openproject/release.yaml b/apps/base/openproject/release.yaml @@ -16,6 +16,19 @@ spec: remediation: retries: 3 values: + postgresql: + primary: + tolerations: + - key: "arch" + operator: "Equal" + value: "arm64" + effect: "NoSchedule" + memcached: + tolerations: + - key: "arch" + operator: "Equal" + value: "arm64" + effect: "NoSchedule" ## Whether to allocate persistent volume disk for the data directory. ## In case of node failure, the node data directory will still persist. ##