diff --git a/templates/service.yaml b/templates/service.yaml index fa3a384..1c646ac 100644 --- a/templates/service.yaml +++ b/templates/service.yaml @@ -50,6 +50,10 @@ spec: imagePullSecrets: {{- toYaml . | nindent 8 }} {{- end }} + {{- with .Values.nodeSelector }} + nodeSelector: + {{- toYaml . | nindent 8 }} + {{- end }} containers: - name: coder-logstream-kube image: "{{ .Values.image.repo }}:{{ .Values.image.tag | default .Chart.AppVersion }}" diff --git a/values.yaml b/values.yaml index bd7cbc5..9b33e86 100644 --- a/values.yaml +++ b/values.yaml @@ -45,3 +45,6 @@ serviceAccount: labels: {} # coder.serviceAccount.name -- The service account name name: coder-logstream-kube + +# nodeSelector -- Node labels for constraining the coder-logstream pod to specific nodes. +nodeSelector: {}
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: