Merge pull request #93 from HideyoshiSolutions/fixes-frontend-node-selector

Fixes Frontend Node Selector
This commit is contained in:
2024-06-03 05:20:57 -03:00
committed by GitHub

View File

@@ -15,7 +15,8 @@ spec:
labels: labels:
app: frontend app: frontend
spec: spec:
nodeSelector: ${WORKER_NODE_LABEL} nodeSelector:
${WORKER_NODE_LABEL}
containers: containers:
- name: frontend - name: frontend
image: yoshiunfriendly/frontend-hideyoshi.com:latest image: yoshiunfriendly/frontend-hideyoshi.com:latest