Add nodeSelector for tornjak
Tornjak only supports amd64 builds at the moment To prevent deployment failures on clusters with arm64 nodes I have added a nodeSelector for tornjak frontend, and documentation for spire-server Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
@@ -51,6 +51,10 @@ spec:
|
||||
volumeMounts:
|
||||
- name: cache
|
||||
mountPath: /usr/src/app/node_modules/.cache
|
||||
{{- with .Values.nodeSelector }}
|
||||
nodeSelector:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
volumes:
|
||||
- name: cache
|
||||
emptyDir: {}
|
||||
|
||||
Reference in New Issue
Block a user