update deployment
All checks were successful
Build and Publish / BuildAndDeployAmd64 (push) Successful in 6s
Build and Publish / BuildAndDeploy (push) Successful in 16s

This commit is contained in:
matst80
2024-11-12 22:37:33 +01:00
parent addec8788f
commit c347ecbf3e

View File

@@ -23,18 +23,10 @@ spec:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: kubernetes.io/hostname
operator: NotIn
- key: kubernetes.io/arch
operator: In
values:
- masterpi
preferredDuringSchedulingIgnoredDuringExecution:
- preference:
matchExpressions:
- key: kubernetes.io/arch
operator: NotIn
values:
- arm64
weight: 1
- arm64
volumes:
- name: data
nfs:
@@ -121,14 +113,10 @@ spec:
operator: NotIn
values:
- masterpi
preferredDuringSchedulingIgnoredDuringExecution:
- preference:
matchExpressions:
- key: kubernetes.io/arch
operator: In
values:
- arm64
weight: 1
- key: kubernetes.io/arch
operator: In
values:
- arm64
volumes:
- name: data
nfs: