Skip to content

Commit

Permalink
Add ResourceQuota for Monitoring on GKE (#59)
Browse files Browse the repository at this point in the history
* Add monitoring resource quota

Signed-off-by: Ian Stanton <ian@tembo.io>

* Newline

Signed-off-by: Ian Stanton <ian@tembo.io>

---------

Signed-off-by: Ian Stanton <ian@tembo.io>
  • Loading branch information
ianstanton authored Sep 10, 2024
1 parent c24ffd0 commit ed89040
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions charts/monitoring/templates/resource-quota.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
apiVersion: v1
kind: ResourceQuota
metadata:
name: gcp-critical-pods
namespace: {{ .Release.Namespace }}
spec:
hard:
pods: 1G
scopeSelector:
matchExpressions:
- operator: In
scopeName: PriorityClass
values:
- system-node-critical
- system-cluster-critical

0 comments on commit ed89040

Please sign in to comment.