From d7a9185e976bf4fb87dd9fb9939db9a2e21cbfa9 Mon Sep 17 00:00:00 2001 From: Yogesh Garg Date: Fri, 17 Nov 2023 09:46:45 -0800 Subject: [PATCH] chore(operator): Stop the HPA for now (#44) --- charts/operator-wandb/Chart.yaml | 2 +- charts/operator-wandb/charts/app/templates/hpa.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/operator-wandb/Chart.yaml b/charts/operator-wandb/Chart.yaml index 23d8267c..56beb327 100644 --- a/charts/operator-wandb/Chart.yaml +++ b/charts/operator-wandb/Chart.yaml @@ -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 diff --git a/charts/operator-wandb/charts/app/templates/hpa.yaml b/charts/operator-wandb/charts/app/templates/hpa.yaml index b5743e22..f192d217 100644 --- a/charts/operator-wandb/charts/app/templates/hpa.yaml +++ b/charts/operator-wandb/charts/app/templates/hpa.yaml @@ -13,7 +13,7 @@ spec: kind: Deployment name: {{ include "app.fullname" . }} minReplicas: 1 - maxReplicas: 10 + maxReplicas: 1 metrics: - type: Resource resource: