Prometheus and Grafana tolerate x86
This commit is contained in:
parent
ceba50d6f7
commit
84d5759cda
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user