Skip to content

Commit

Permalink
Merge pull request #16 from SmartColumbusOS/tolerations
Browse files Browse the repository at this point in the history
tolerations for public nodes
  • Loading branch information
LtChae authored Dec 3, 2020
2 parents 2b4d400 + 8339a12 commit e3d13f1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion chart/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,9 @@ spec:
volumes:
- name: joomla-data
persistentVolumeClaim:
claimName: {{ template "scos-joomla.fullname" . }}-storage
claimName: {{ template "scos-joomla.fullname" . }}-storage
tolerations:
- key: scos.run.public-worker
operator: Equal
value: "true"
effect: NoExecute

0 comments on commit e3d13f1

Please sign in to comment.