Skip to content

Commit

Permalink
fix: Prioritize app pod
Browse files Browse the repository at this point in the history
  • Loading branch information
adityachoudhari26 committed Sep 30, 2024
1 parent b5b60af commit 048b94a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/operator-wandb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: operator-wandb
description: A Helm chart for deploying W&B to Kubernetes
type: application
version: 0.18.3
version: 0.18.4
appVersion: 1.0.0
icon: https://wandb.ai/logo.svg

Expand Down
2 changes: 2 additions & 0 deletions charts/operator-wandb/charts/app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,5 @@ serviceAccount:

role: {}
roleBinding: {}

priorityClassName: "high-priority"
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ spec:
kind: Deployment
name: {{ include "weave.fullname" . }}
minReplicas: 1
maxReplicas: 10
maxReplicas: 2
metrics:
- type: Resource
resource:
Expand Down

0 comments on commit 048b94a

Please sign in to comment.