Changes Node Labels
This commit is contained in:
@@ -14,7 +14,7 @@ spec:
|
|||||||
app: backend
|
app: backend
|
||||||
spec:
|
spec:
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/role: worker
|
node_type: worker
|
||||||
containers:
|
containers:
|
||||||
- name: backend
|
- name: backend
|
||||||
image: yoshiunfriendly/backend-hideyoshi.com
|
image: yoshiunfriendly/backend-hideyoshi.com
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ spec:
|
|||||||
app: frontend
|
app: frontend
|
||||||
spec:
|
spec:
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/role: worker
|
node_type: worker
|
||||||
containers:
|
containers:
|
||||||
- name: frontend
|
- name: frontend
|
||||||
image: yoshiunfriendly/frontend-hideyoshi.com:latest
|
image: yoshiunfriendly/frontend-hideyoshi.com:latest
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ spec:
|
|||||||
|
|
||||||
affinity:
|
affinity:
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/role: master
|
node_type: master
|
||||||
|
|
||||||
monitoring:
|
monitoring:
|
||||||
enablePodMonitor: true
|
enablePodMonitor: true
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ spec:
|
|||||||
app: storage-processor
|
app: storage-processor
|
||||||
spec:
|
spec:
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/role: worker
|
node_type: worker
|
||||||
containers:
|
containers:
|
||||||
- name: storage-processor
|
- name: storage-processor
|
||||||
image: yoshiunfriendly/storage-hideyoshi.com:latest
|
image: yoshiunfriendly/storage-hideyoshi.com:latest
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ spec:
|
|||||||
app: storage
|
app: storage
|
||||||
spec:
|
spec:
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/role: worker
|
node_type: 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