From 0afdebcf7e6525a5aae8ebc0e9bd9ee8b7ff6cb0 Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Nakazone Batista Date: Mon, 3 Jun 2024 05:20:11 -0300 Subject: [PATCH] Fixes Frontend Node Selector --- template/frontend/frontend.template.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/template/frontend/frontend.template.yaml b/template/frontend/frontend.template.yaml index e989be6..a641532 100644 --- a/template/frontend/frontend.template.yaml +++ b/template/frontend/frontend.template.yaml @@ -15,7 +15,8 @@ spec: labels: app: frontend spec: - nodeSelector: ${WORKER_NODE_LABEL} + nodeSelector: + ${WORKER_NODE_LABEL} containers: - name: frontend image: yoshiunfriendly/frontend-hideyoshi.com:latest