Changes Node Labels

This commit is contained in:
2024-02-17 15:13:33 -03:00
parent 2c32adc997
commit 50e5ee5dfa
5 changed files with 98 additions and 98 deletions

View File

@@ -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

View File

@@ -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

View File

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

View File

@@ -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

View File

@@ -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