Merge pull request #917 from 3dwardch3ng/misc

fix arch conflicts for snippet box, gitea and sonaqube
This commit is contained in:
2024-09-05 17:58:24 +10:00
committed by GitHub
3 changed files with 9 additions and 3 deletions

View File

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

View File

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

View File

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