diff --git a/helm/templates/deployment.yaml b/helm/templates/deployment.yaml index 60e0a7d..ef2b93b 100644 --- a/helm/templates/deployment.yaml +++ b/helm/templates/deployment.yaml @@ -30,6 +30,15 @@ spec: labels: role: app spec: + affinity: + nodeAffinity: + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: kubernetes.io/arch + operator: In + values: + - arm64 containers: # Guidance on how to set up interaction with secure registry: # https://github.com/k3s-io/k3s/issues/1148#issuecomment-641687668