Merge pull request #87 from HideyoshiSolutions/staging
Staging - Label Nodes
This commit is contained in:
@@ -14,7 +14,7 @@ spec:
|
||||
app: backend
|
||||
spec:
|
||||
nodeSelector:
|
||||
kubernetes.io/role: worker
|
||||
node_type: worker
|
||||
containers:
|
||||
- name: backend
|
||||
image: yoshiunfriendly/backend-hideyoshi.com
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -21,7 +21,7 @@ spec:
|
||||
|
||||
affinity:
|
||||
nodeSelector:
|
||||
kubernetes.io/role: master
|
||||
node_type: master
|
||||
|
||||
monitoring:
|
||||
enablePodMonitor: true
|
||||
|
||||
@@ -14,12 +14,12 @@ spec:
|
||||
app: storage-processor
|
||||
spec:
|
||||
nodeSelector:
|
||||
kubernetes.io/role: worker
|
||||
node_type: worker
|
||||
containers:
|
||||
- name: storage-processor
|
||||
image: yoshiunfriendly/storage-hideyoshi.com:latest
|
||||
command: [ "./run-queue.sh" ]
|
||||
args: [ "-q" ]
|
||||
command: ["./run-queue.sh"]
|
||||
args: ["-q"]
|
||||
imagePullPolicy: "Always"
|
||||
resources:
|
||||
requests:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user