Skip to content

Commit

Permalink
feat: add option for tolerations
Browse files Browse the repository at this point in the history
  • Loading branch information
avtakkar committed Apr 8, 2024
1 parent 6c7b125 commit 4af2555
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/package/peerd-helm/templates/peerd-ds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,7 @@ spec:
hostPath:
path: /etc/containerd/certs.d
type: DirectoryOrCreate
{{- with .Values.peerd.tolerations }}
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
3 changes: 3 additions & 0 deletions build/package/peerd-helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ peerd:
memory: "128Mi"
requests:
cpu: "10m"

# Uncomment to add tolerations.
# tolerations:

0 comments on commit 4af2555

Please sign in to comment.