Skip to content

Commit

Permalink
fix: volcano resource quota (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcsherma authored May 30, 2023
1 parent 47131fc commit 22dec74
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions charts/launch-agent/templates/volcano.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,25 @@ metadata:
kubernetes.io/metadata.name: volcano-system
---
apiVersion: v1
kind: ResourceQuota
metadata:
# annotations:
labels:
addonmanager.kubernetes.io/mode: Reconcile
name: volcano-quota
namespace: volcano-system
spec:
hard:
pods: 1G
scopeSelector:
matchExpressions:
- operator: In
scopeName: PriorityClass
values:
- system-node-critical
- system-cluster-critical
---
apiVersion: v1
kind: Namespace
metadata:
name: volcano-monitoring
Expand Down

0 comments on commit 22dec74

Please sign in to comment.