diff --git a/templates/http-deployment.yaml b/templates/http-deployment.yaml index 47b1d6a..2e5784d 100644 --- a/templates/http-deployment.yaml +++ b/templates/http-deployment.yaml @@ -37,6 +37,13 @@ spec: operator: In values: - {{ .Values.popArch }} + {{- if .Values.http.tolerations.enabled }} + tolerations: + - effect: {{ Values.http.tolerations.effect }} + key: {{ Values.http.tolerations.key }} + operator: {{ Values.http.tolerations.operator }} + value: {{ Values.http.tolerations.value }} + {{- end }} imagePullSecrets: {{- if .Values.downloadKey }} - name: "instana-io" diff --git a/values.yaml b/values.yaml index cfee48e..8d9be2f 100644 --- a/values.yaml +++ b/values.yaml @@ -117,6 +117,13 @@ http: cpu: 300m memory: 500Mi + ## Custom node tolerations assist HTTP probes to run on dedicated edge nodes in certain clusters + tolerations: + enabled: false + effect: NoExecute + key: dedicated + operator: Equal + value: edge # synthetic-pop-javascript playback engine javascript: