fix arch conflicts for snippet box, gitea and sonaqube

This commit is contained in:
2024-09-05 17:58:01 +10:00
parent 0e65ec0f11
commit 40c0b051a7
3 changed files with 9 additions and 3 deletions

View File

@@ -32,3 +32,5 @@ spec:
hostPath:
path: /mnt/nfs/AppData/snippet-box
type: Directory
nodeSelector:
kubernetes.io/arch: arm64

View File

@@ -27,8 +27,12 @@ spec:
- key: kubernetes.io/arch
operator: In
values:
- arm64
- amd64
- key: kubernetes.io/os
operator: In
values:
- linux
- key: kubernetes.io/hostname
operator: In
values:
- k3s-cluster-node-y

View File

@@ -27,7 +27,7 @@ spec:
- key: kubernetes.io/arch
operator: In
values:
- arm64
- amd64
- key: kubernetes.io/os
operator: In
values: