Skip to content

Commit

Permalink
chore: allow for parquet replicas (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramit-wandb authored Aug 12, 2024
1 parent 9163db5 commit 4529628
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.17.3
version: 0.17.4
appVersion: 1.0.0
icon: https://wandb.ai/logo.svg

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ metadata:
{{- toYaml .Values.deployment.annotations | nindent 4 }}
{{- end }}
spec:
replicas: 1
replicas: {{ .Values.replicas }}
selector:
matchLabels:
{{- include "wandb.selectorLabels" $ | nindent 6 }}
Expand Down
2 changes: 2 additions & 0 deletions charts/operator-wandb/charts/parquet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ image:
tag: latest
pullPolicy: Always

replicas: 1

tolerations: []

extraEnv: {}
Expand Down

0 comments on commit 4529628

Please sign in to comment.