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 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,12 +14,12 @@ 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
command: [ "./run-queue.sh" ] command: ["./run-queue.sh"]
args: [ "-q" ] args: ["-q"]
imagePullPolicy: "Always" imagePullPolicy: "Always"
resources: resources:
requests: requests:

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