Merge pull request #87 from HideyoshiSolutions/staging

Staging - Label Nodes
This commit is contained in:
2024-02-17 15:22:24 -03:00
committed by GitHub
5 changed files with 98 additions and 98 deletions

View File

@@ -14,7 +14,7 @@ spec:
app: backend
spec:
nodeSelector:
kubernetes.io/role: worker
node_type: worker
containers:
- name: backend
image: yoshiunfriendly/backend-hideyoshi.com

View File

@@ -16,7 +16,7 @@ spec:
app: frontend
spec:
nodeSelector:
kubernetes.io/role: worker
node_type: worker
containers:
- name: frontend
image: yoshiunfriendly/frontend-hideyoshi.com:latest

View File

@@ -21,7 +21,7 @@ spec:
affinity:
nodeSelector:
kubernetes.io/role: master
node_type: master
monitoring:
enablePodMonitor: true

View File

@@ -14,7 +14,7 @@ spec:
app: storage-processor
spec:
nodeSelector:
kubernetes.io/role: worker
node_type: worker
containers:
- name: storage-processor
image: yoshiunfriendly/storage-hideyoshi.com:latest

View File

@@ -14,7 +14,7 @@ spec:
app: storage
spec:
nodeSelector:
kubernetes.io/role: worker
node_type: worker
containers:
- name: storage
image: yoshiunfriendly/storage-hideyoshi.com:latest