Skip to content

Commit

Permalink
fix: Using correct console port
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Aug 23, 2023
1 parent cca97fa commit 626a213
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.1.5
version: 0.1.6
appVersion: 1.0.0
icon: https://wandb.ai/logo.svg
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/operator-wandb/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 626a213

Please sign in to comment.