Prometheus and Grafana tolerate x86

This commit is contained in:
Jack Jackson 2023-07-18 11:02:07 -07:00
parent ceba50d6f7
commit 84d5759cda

View File

@ -41,6 +41,12 @@ spec:
repoURL: https://github.com/prometheus-community/helm-charts.git repoURL: https://github.com/prometheus-community/helm-charts.git
path: charts/kube-prometheus-stack/crds/ path: charts/kube-prometheus-stack/crds/
targetRevision: kube-prometheus-stack-45.7.1 targetRevision: kube-prometheus-stack-45.7.1
helm:
values: |
tolerations:
- key: architecture
operator: Equal
value: x86
directory: directory:
recurse: true recurse: true
@ -129,6 +135,10 @@ spec:
values: | values: |
image: image:
tag: "9.3.2" tag: "9.3.2"
tolerations:
- key: architecture
operator: Equal
value: x86
ingress: ingress:
enabled: true enabled: true
hosts: hosts: