Skip to content

Commit

Permalink
[build] coredns chart
Browse files Browse the repository at this point in the history
  • Loading branch information
cuongpiger committed Sep 19, 2024
1 parent 202efc0 commit 67fa8a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/coredns/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ name: coredns
sources:
- https://github.com/coredns/coredns
type: application
version: 1.31.0
version: 1.31.0-1
6 changes: 4 additions & 2 deletions charts/coredns/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,8 @@ nodeSelector: {}
# operator: Equal
# value: master
# effect: NoSchedule
tolerations: []
tolerations:
- operator: Exists

# https://kubernetes.io/docs/tasks/run-application/configure-pdb/#specifying-a-poddisruptionbudget
podDisruptionBudget: {}
Expand Down Expand Up @@ -343,7 +344,8 @@ autoscaler:
nodeSelector: {}

# expects input structure as per specification https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.11/#toleration-v1-core
tolerations: []
tolerations:
- operator: Exists

# resources for autoscaler pod
resources:
Expand Down

0 comments on commit 67fa8a0

Please sign in to comment.