From 6a25b1265831345cf1c58db895222f16e8a47fdb Mon Sep 17 00:00:00 2001 From: Yogesh Garg Date: Tue, 12 Dec 2023 11:11:35 -0800 Subject: [PATCH] chore: 8125 is a port on observability service, not the source service (#50) --- charts/operator-wandb/Chart.yaml | 2 +- charts/operator-wandb/charts/app/templates/service.yaml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/charts/operator-wandb/Chart.yaml b/charts/operator-wandb/Chart.yaml index fa38df96..cfcfe3e1 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.27 +version: 0.10.28 appVersion: 1.0.0 icon: https://wandb.ai/logo.svg diff --git a/charts/operator-wandb/charts/app/templates/service.yaml b/charts/operator-wandb/charts/app/templates/service.yaml index 20e3fd9c..9ffa7b0b 100644 --- a/charts/operator-wandb/charts/app/templates/service.yaml +++ b/charts/operator-wandb/charts/app/templates/service.yaml @@ -22,8 +22,5 @@ spec: - port: 8181 protocol: TCP name: prometheus - - port: 8125 - protocol: UDP - name: gorilla-statsd selector: {{- include "app.labels" . | nindent 4 }} \ No newline at end of file