Skip to content

Commit

Permalink
chore(operator): Stop the HPA for now (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshg authored Nov 17, 2023
1 parent d027bbd commit d7a9185
Show file tree
Hide file tree
Showing 2 changed files with 2 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.10.25
version: 0.10.26
appVersion: 1.0.0
icon: https://wandb.ai/logo.svg

Expand Down
2 changes: 1 addition & 1 deletion charts/operator-wandb/charts/app/templates/hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
kind: Deployment
name: {{ include "app.fullname" . }}
minReplicas: 1
maxReplicas: 10
maxReplicas: 1
metrics:
- type: Resource
resource:
Expand Down

0 comments on commit d7a9185

Please sign in to comment.