Skip to content
Snippets Groups Projects
Unverified Commit 907b48c2 authored by lewisfelix's avatar lewisfelix Committed by GitHub
Browse files

Update deployment to schedule the pod in master

parent e1c725e5
No related branches found
No related tags found
1 merge request!2repo: added new directory where utils scripts will be
...@@ -40,4 +40,9 @@ spec: ...@@ -40,4 +40,9 @@ spec:
persistentVolumeClaim: persistentVolumeClaim:
claimName: mysql-pv-claim claimName: mysql-pv-claim
nodeSelector: nodeSelector:
node-role.kubernetes.io/master: "" dedicated: master
tolerations:
- key: dedicated
operator: Equal
value: master
effect: NoSchedule
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment