Skip to content

Commit

Permalink
feat: Add priority class (#653)
Browse files Browse the repository at this point in the history
* feat: Add priority class

* fix: Remove space in helm template
  • Loading branch information
andriihomiak authored Mar 13, 2023
1 parent e826e07 commit be1a6ed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/platform-storage/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,6 @@ spec:
{{- end }}
{{- end }}
{{- end }}
{{- if .Values.priorityClassName }}
priorityClassName: {{ .Values.priorityClassName }}
{{- end }}
2 changes: 2 additions & 0 deletions charts/platform-storage/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ sentry:
dsn: https://[email protected]/5530426
clusterName: dev
sampleRate: 0.002

priorityClassName: ""
2 changes: 2 additions & 0 deletions charts/platform-storage/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ cors: {}
zipkin: {}

sentry: {}

priorityClassName: ""

0 comments on commit be1a6ed

Please sign in to comment.