Skip to content

Commit

Permalink
fix: Add search tags to YACE resources to scope metrics to customer (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpanzella authored Jul 23, 2024
1 parent b5aceec commit b3c4295
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
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.15.3
version: 0.15.4
appVersion: 1.0.0
icon: https://wandb.ai/logo.svg

Expand Down
9 changes: 9 additions & 0 deletions charts/operator-wandb/charts/yace/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ tolerations: []
extraEnv: {}
extraEnvFrom: {}

searchTags: {}

config: |-
apiVersion: v1alpha1
Expand Down Expand Up @@ -45,6 +46,10 @@ config: |-
statistics: [Average]
- name: CPUCreditUsage
statistics: [Average]
{{- if .Values.searchTags }}
searchTags:
{{ .Values.searchTags | toYaml }}
{{- end }}
- type: AWS/RDS
regions:
{{- range .Values.regions }}
Expand Down Expand Up @@ -73,6 +78,10 @@ config: |-
statistics: [Average]
- name: WriteIOPS
statistics: [Average]
{{- if .Values.searchTags }}
searchTags:
{{ .Values.searchTags | toYaml }}
{{- end }}
service:
type: ClusterIP
annotations: {}
Expand Down

0 comments on commit b3c4295

Please sign in to comment.