From 626a213e451f0f4001310ae98e1af0753949a5b4 Mon Sep 17 00:00:00 2001 From: Justin Brooks Date: Wed, 23 Aug 2023 18:15:48 -0400 Subject: [PATCH] fix: Using correct console port --- charts/operator-wandb/Chart.yaml | 2 +- charts/operator-wandb/templates/ingress.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/operator-wandb/Chart.yaml b/charts/operator-wandb/Chart.yaml index d9b679da..038c491a 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.1.5 +version: 0.1.6 appVersion: 1.0.0 icon: https://wandb.ai/logo.svg maintainers: diff --git a/charts/operator-wandb/templates/ingress.yaml b/charts/operator-wandb/templates/ingress.yaml index 04164684..127b8636 100644 --- a/charts/operator-wandb/templates/ingress.yaml +++ b/charts/operator-wandb/templates/ingress.yaml @@ -21,13 +21,13 @@ spec: service: name: {{ .Release.Name }}-console port: - number: 8083 + number: 8082 defaultBackend: service: {{- if eq .Values.ingress.defaultBackend "console" }} name: {{ .Release.Name }}-console port: - number: 8083 + number: 8082 {{- else }} name: {{ .Release.Name }}-app port: