From 3831aa3e3b8ac12b58d9a2e7f6194220e4f629e5 Mon Sep 17 00:00:00 2001 From: sohan yadav Date: Tue, 10 Mar 2026 18:01:50 +0530 Subject: [PATCH] add nodeSelector --- charts/tiphys/templates/app.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/charts/tiphys/templates/app.yaml b/charts/tiphys/templates/app.yaml index 13da892..098f964 100644 --- a/charts/tiphys/templates/app.yaml +++ b/charts/tiphys/templates/app.yaml @@ -129,7 +129,12 @@ spec: tags.datadoghq.com/version: {{ $.Values.datadog.version | quote }} {{- end }} spec: + {{- if $app.service.nodeSelector }} + nodeSelector: + {{- toYaml $app.service.nodeSelector | nindent 8 }} + {{- end }} automountServiceAccountToken: false + terminationGracePeriodSeconds: {{ default 30 $app.service.terminationGracePeriodSeconds }} hostPID: false hostIPC: false hostNetwork: false