diff --git a/charts/templates/deployment.yaml b/charts/templates/deployment.yaml index 1c296bb..c418d3a 100644 --- a/charts/templates/deployment.yaml +++ b/charts/templates/deployment.yaml @@ -25,6 +25,7 @@ spec: serviceAccountName: {{ include "charts.serviceAccountName" . }} securityContext: {{- toYaml .Values.podSecurityContext | nindent 8 }} + nodeName: encore-1 containers: - name: {{ .Chart.Name }} securityContext: diff --git a/charts/templates/ingress.yaml b/charts/templates/ingress.yaml index d2df4db..d4ed1cd 100644 --- a/charts/templates/ingress.yaml +++ b/charts/templates/ingress.yaml @@ -47,4 +47,4 @@ spec: serviceName: {{ $fullName }} servicePort: {{ $svcPort }} {{- end }} -{{- end }} +{{- end }} \ No newline at end of file