Skip to content

Commit

Permalink
update 12/12/24 08:54:33
Browse files Browse the repository at this point in the history
  • Loading branch information
Qovery committed Dec 12, 2024
1 parent e0d062c commit 4afb816
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/qovery/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dependencies:
repository: file://charts/qovery-engine
- name: qovery-priority-class
condition: services.qovery.qovery-priority-class.enabled
version: 0.1.0
version: 0.2.0
repository: file://charts/qovery-priority-class
type: application
version: 1.0.0
Expand Down
4 changes: 2 additions & 2 deletions charts/qovery/charts/qovery-priority-class/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
version: 0.2.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 0.1
appVersion: 0.2
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,16 @@ metadata:
value: 1000000
globalDefault: false
description: "This priority class should be used for Qovery service pods only."
{{ end }}
{{ if .Values.priorityClass.standardPriority.enable }}
---
apiVersion: scheduling.k8s.io/v1
kind: PriorityClass
metadata:
name: "qovery-standard-priority"
labels:
qovery-type: "qovery-standard-priority"
value: 1000
globalDefault: false
description: "This priority class should be used for Qovery user services pods."
{{ end }}
2 changes: 2 additions & 0 deletions charts/qovery/charts/qovery-priority-class/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
priorityClass:
highPriority:
enable: true
standardPriority:
enable: true

0 comments on commit 4afb816

Please sign in to comment.