From 757ee66c441ff5d76eee86c9622c8e3b2a04311f Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Mon, 26 Feb 2024 11:29:36 -0600 Subject: [PATCH] fix: fix tolerations config so that it actually works. --- charts/ai-server/Chart.yaml | 2 +- charts/ai-server/templates/ai-server.yml | 3 +++ charts/cloud-server/Chart.yaml | 2 +- charts/cloud-server/templates/cloud-server.yml | 3 +++ charts/percona-xtradb-cluster-operator/Chart.yaml | 2 +- .../percona-xtradb-cluster-operator/templates/03-operator.yml | 3 +++ charts/percona-xtradb-cluster/Chart.yaml | 2 +- charts/percona-xtradb-cluster/templates/cluster.yml | 3 +++ 8 files changed, 16 insertions(+), 4 deletions(-) diff --git a/charts/ai-server/Chart.yaml b/charts/ai-server/Chart.yaml index a62a2e4..64e8908 100644 --- a/charts/ai-server/Chart.yaml +++ b/charts/ai-server/Chart.yaml @@ -5,4 +5,4 @@ maintainers: - email: dustin@elegantthemes.com name: Elegant Themes name: ai-server -version: 1.2.4 +version: 1.2.5 diff --git a/charts/ai-server/templates/ai-server.yml b/charts/ai-server/templates/ai-server.yml index b55410e..38ca2f2 100644 --- a/charts/ai-server/templates/ai-server.yml +++ b/charts/ai-server/templates/ai-server.yml @@ -123,10 +123,13 @@ spec: tolerations: - key: node.kubernetes.io/disk-pressure operator: Exists + effect: NoSchedule - key: node.kubernetes.io/memory-pressure operator: Exists + effect: NoSchedule - key: node.kubernetes.io/pid-pressure operator: Exists + effect: NoSchedule volumes: - name: wordpress hostPath: diff --git a/charts/cloud-server/Chart.yaml b/charts/cloud-server/Chart.yaml index dfe5bcd..4ba89ac 100644 --- a/charts/cloud-server/Chart.yaml +++ b/charts/cloud-server/Chart.yaml @@ -5,4 +5,4 @@ maintainers: - email: dustin@elegantthemes.com name: Elegant Themes name: cloud-server -version: 1.0.16 +version: 1.0.17 diff --git a/charts/cloud-server/templates/cloud-server.yml b/charts/cloud-server/templates/cloud-server.yml index daa41c6..70d22e7 100644 --- a/charts/cloud-server/templates/cloud-server.yml +++ b/charts/cloud-server/templates/cloud-server.yml @@ -142,10 +142,13 @@ spec: tolerations: - key: node.kubernetes.io/disk-pressure operator: Exists + effect: NoSchedule - key: node.kubernetes.io/memory-pressure operator: Exists + effect: NoSchedule - key: node.kubernetes.io/pid-pressure operator: Exists + effect: NoSchedule volumes: - name: wordpress hostPath: diff --git a/charts/percona-xtradb-cluster-operator/Chart.yaml b/charts/percona-xtradb-cluster-operator/Chart.yaml index f31a2ff..0b9fd8d 100644 --- a/charts/percona-xtradb-cluster-operator/Chart.yaml +++ b/charts/percona-xtradb-cluster-operator/Chart.yaml @@ -14,7 +14,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 1.12.0 +version: 1.12.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/charts/percona-xtradb-cluster-operator/templates/03-operator.yml b/charts/percona-xtradb-cluster-operator/templates/03-operator.yml index 1a7c99c..6d67702 100644 --- a/charts/percona-xtradb-cluster-operator/templates/03-operator.yml +++ b/charts/percona-xtradb-cluster-operator/templates/03-operator.yml @@ -72,7 +72,10 @@ spec: tolerations: - key: node.kubernetes.io/disk-pressure operator: Exists + effect: NoSchedule - key: node.kubernetes.io/memory-pressure operator: Exists + effect: NoSchedule - key: node.kubernetes.io/pid-pressure operator: Exists + effect: NoSchedule diff --git a/charts/percona-xtradb-cluster/Chart.yaml b/charts/percona-xtradb-cluster/Chart.yaml index 0ba9fab..67f5d2a 100644 --- a/charts/percona-xtradb-cluster/Chart.yaml +++ b/charts/percona-xtradb-cluster/Chart.yaml @@ -14,7 +14,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 1.12.4 +version: 1.12.5 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/charts/percona-xtradb-cluster/templates/cluster.yml b/charts/percona-xtradb-cluster/templates/cluster.yml index fcdcc37..f57d0e2 100644 --- a/charts/percona-xtradb-cluster/templates/cluster.yml +++ b/charts/percona-xtradb-cluster/templates/cluster.yml @@ -85,10 +85,13 @@ spec: tolerations: - key: node.kubernetes.io/disk-pressure operator: Exists + effect: NoSchedule - key: node.kubernetes.io/memory-pressure operator: Exists + effect: NoSchedule - key: node.kubernetes.io/pid-pressure operator: Exists + effect: NoSchedule haproxy: enabled: false size: 3