FIX(deploy): add nodeSelector for master

- Add nodeSelector for master node scheduling
- Fix MountVolume.SetUp failure for /home/ubuntu/Projects
This commit is contained in:
2025-12-26 12:14:22 +09:00
parent e5699d5b13
commit 642b725aa3
2 changed files with 3 additions and 1 deletions

View File

@@ -74,6 +74,8 @@ spec:
volumeMounts:
- name: projects
mountPath: /mnt/projects
nodeSelector:
kubernetes.io/hostname: mayne-vcn # Only run on master node where Projects directory exists
volumes:
- name: projects
hostPath: