diff --git a/template/backend/backend.template.yaml b/template/backend/backend.template.yaml index 6938373..3efe287 100644 --- a/template/backend/backend.template.yaml +++ b/template/backend/backend.template.yaml @@ -13,8 +13,6 @@ spec: labels: app: backend spec: - nodeSelector: - ${WORKER_NODE_LABEL} containers: - name: backend image: yoshiunfriendly/backend-hideyoshi.com diff --git a/template/frontend/frontend.template.yaml b/template/frontend/frontend.template.yaml index a641532..a819453 100644 --- a/template/frontend/frontend.template.yaml +++ b/template/frontend/frontend.template.yaml @@ -15,8 +15,6 @@ spec: labels: app: frontend spec: - nodeSelector: - ${WORKER_NODE_LABEL} containers: - name: frontend image: yoshiunfriendly/frontend-hideyoshi.com:latest diff --git a/template/postgres/cn-cluster.template.yaml b/template/postgres/cn-cluster.template.yaml index 0ce2949..442f1b6 100644 --- a/template/postgres/cn-cluster.template.yaml +++ b/template/postgres/cn-cluster.template.yaml @@ -19,9 +19,5 @@ spec: memory: "128Mi" cpu: "75m" - affinity: - nodeSelector: - ${MASTER_NODE_LABEL} - monitoring: enablePodMonitor: true diff --git a/template/storage/storage-processor.template.yaml b/template/storage/storage-processor.template.yaml index 3c9dd92..b1721b8 100644 --- a/template/storage/storage-processor.template.yaml +++ b/template/storage/storage-processor.template.yaml @@ -13,8 +13,6 @@ spec: labels: app: storage-processor spec: - nodeSelector: - ${WORKER_NODE_LABEL} containers: - name: storage-processor image: yoshiunfriendly/storage-hideyoshi.com:latest diff --git a/template/storage/storage.template.yaml b/template/storage/storage.template.yaml index eb53dc8..6474cde 100644 --- a/template/storage/storage.template.yaml +++ b/template/storage/storage.template.yaml @@ -13,8 +13,6 @@ spec: labels: app: storage spec: - nodeSelector: - ${WORKER_NODE_LABEL} containers: - name: storage image: yoshiunfriendly/storage-hideyoshi.com:latest