From be03129a1d49d3455938049a2d3e929be6457721 Mon Sep 17 00:00:00 2001 From: Furkan Berber Date: Thu, 29 May 2025 11:24:32 +0300 Subject: [PATCH 1/2] fix: utilize affinity/ns/tolerations --- .../templates/deployment.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/charts/cloudflare-tunnel-remote/templates/deployment.yaml b/charts/cloudflare-tunnel-remote/templates/deployment.yaml index d4e8a46..97559a6 100644 --- a/charts/cloudflare-tunnel-remote/templates/deployment.yaml +++ b/charts/cloudflare-tunnel-remote/templates/deployment.yaml @@ -54,3 +54,15 @@ spec: failureThreshold: 1 initialDelaySeconds: 10 periodSeconds: 10 + {{- with .Values.nodeSelector }} + nodeSelector: + {{- toYaml . | nindent 8 }} + {{- end }} + {{- with .Values.affinity }} + affinity: + {{- toYaml . | nindent 8 }} + {{- end }} + {{- with .Values.tolerations }} + tolerations: + {{- toYaml . | nindent 8 }} + {{- end }} From 5c51fb9093f2d1c37ef9258ca2f574bf995f8419 Mon Sep 17 00:00:00 2001 From: Furkan Berber Date: Thu, 29 May 2025 11:24:52 +0300 Subject: [PATCH 2/2] fix: bump up patch version --- charts/cloudflare-tunnel-remote/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/cloudflare-tunnel-remote/Chart.yaml b/charts/cloudflare-tunnel-remote/Chart.yaml index c848041..751fb90 100644 --- a/charts/cloudflare-tunnel-remote/Chart.yaml +++ b/charts/cloudflare-tunnel-remote/Chart.yaml @@ -15,7 +15,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. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.2 +version: 0.1.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to