Skip to content

Commit

Permalink
Merge pull request #44 from rptaylor/kube-vip-priorityclass
Browse files Browse the repository at this point in the history
add configurable priorityClass for kube-vip chart
  • Loading branch information
thebsdbox authored Oct 18, 2024
2 parents 8a0cc51 + d5886ec commit 99d0613
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/kube-vip/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,6 @@ spec:
affinity:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- if .Values.priorityClassName }}
priorityClassName: {{ .Values.priorityClassName }}
{{- end }}
2 changes: 2 additions & 0 deletions charts/kube-vip/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,5 @@ affinity: {}
# - matchExpressions:
# - key: node-role.kubernetes.io/control-plane
# operator: Exists

priorityClassName: ""

0 comments on commit 99d0613

Please sign in to comment.