Skip to content

Commit

Permalink
add missing priorityclass
Browse files Browse the repository at this point in the history
  • Loading branch information
phyrog committed Sep 25, 2024
1 parent 94231c4 commit 80a707e
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
apiVersion: scheduling.k8s.io/v1
kind: PriorityClass
metadata:
name: gardener-extension-{{ .Values.serviceName }}
labels:
app.kubernetes.io/name: gardener-extension-{{ .Values.serviceName }}
app.kubernetes.io/instance: {{ .Release.Name }}
value: 1000000000
globalDefault: false
description: "Priority class for the Gardener extension: shoot-kubecost."

0 comments on commit 80a707e

Please sign in to comment.