refactor: configure affinity to arm nodes

This commit is contained in:
Peter 2023-11-25 12:36:07 +01:00
parent 9dfe4e632e
commit a16de1a6cb
No known key found for this signature in database
6 changed files with 63 additions and 2 deletions
nocodb/resources

View file

@ -67,6 +67,16 @@ spec:
drop:
- ALL
readOnlyRootFilesystem: true
affinity:
nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
preference:
matchExpressions:
- key: kubernetes.io/arch
operator: In
values:
- arm64
volumes:
- name: nocodb-metadata
persistentVolumeClaim: