From 84d5759cda99d84e87c494ecf178be0f34b90daf Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Tue, 18 Jul 2023 11:02:07 -0700 Subject: [PATCH] Prometheus and Grafana tolerate x86 --- app-of-apps/templates/apps.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/app-of-apps/templates/apps.yaml b/app-of-apps/templates/apps.yaml index 41c68ec..d583600 100644 --- a/app-of-apps/templates/apps.yaml +++ b/app-of-apps/templates/apps.yaml @@ -41,6 +41,12 @@ spec: repoURL: https://github.com/prometheus-community/helm-charts.git path: charts/kube-prometheus-stack/crds/ targetRevision: kube-prometheus-stack-45.7.1 + helm: + values: | + tolerations: + - key: architecture + operator: Equal + value: x86 directory: recurse: true @@ -129,6 +135,10 @@ spec: values: | image: tag: "9.3.2" + tolerations: + - key: architecture + operator: Equal + value: x86 ingress: enabled: true hosts: