Merge pull request #85 from HideyoshiSolutions/staging
Staging - Implements NodeSelector
This commit is contained in:
@@ -13,6 +13,8 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: backend
|
app: backend
|
||||||
spec:
|
spec:
|
||||||
|
nodeSelector:
|
||||||
|
kubernetes.io/role: worker
|
||||||
containers:
|
containers:
|
||||||
- name: backend
|
- name: backend
|
||||||
image: yoshiunfriendly/backend-hideyoshi.com
|
image: yoshiunfriendly/backend-hideyoshi.com
|
||||||
|
|||||||
@@ -15,6 +15,8 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: frontend
|
app: frontend
|
||||||
spec:
|
spec:
|
||||||
|
nodeSelector:
|
||||||
|
kubernetes.io/role: worker
|
||||||
containers:
|
containers:
|
||||||
- name: frontend
|
- name: frontend
|
||||||
image: yoshiunfriendly/frontend-hideyoshi.com:latest
|
image: yoshiunfriendly/frontend-hideyoshi.com:latest
|
||||||
|
|||||||
@@ -19,5 +19,9 @@ spec:
|
|||||||
memory: "128Mi"
|
memory: "128Mi"
|
||||||
cpu: "75m"
|
cpu: "75m"
|
||||||
|
|
||||||
|
affinity:
|
||||||
|
nodeSelector:
|
||||||
|
kubernetes.io/role: master
|
||||||
|
|
||||||
monitoring:
|
monitoring:
|
||||||
enablePodMonitor: true
|
enablePodMonitor: true
|
||||||
|
|||||||
@@ -13,6 +13,8 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: storage-processor
|
app: storage-processor
|
||||||
spec:
|
spec:
|
||||||
|
nodeSelector:
|
||||||
|
kubernetes.io/role: worker
|
||||||
containers:
|
containers:
|
||||||
- name: storage-processor
|
- name: storage-processor
|
||||||
image: yoshiunfriendly/storage-hideyoshi.com:latest
|
image: yoshiunfriendly/storage-hideyoshi.com:latest
|
||||||
|
|||||||
@@ -13,6 +13,8 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: storage
|
app: storage
|
||||||
spec:
|
spec:
|
||||||
|
nodeSelector:
|
||||||
|
kubernetes.io/role: worker
|
||||||
containers:
|
containers:
|
||||||
- name: storage
|
- name: storage
|
||||||
image: yoshiunfriendly/storage-hideyoshi.com:latest
|
image: yoshiunfriendly/storage-hideyoshi.com:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user