Skip to content

Commit

Permalink
sets host on ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Aug 30, 2023
1 parent 73fb61a commit 8878651
Show file tree
Hide file tree
Showing 3 changed files with 4 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.6.0
version: 0.6.1
appVersion: 1.0.0
icon: https://wandb.ai/logo.svg

Expand Down
2 changes: 1 addition & 1 deletion charts/operator-wandb/charts/weave/templates/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ mountOptions:
- actimeo=30
parameters:
skuName: Premium_LRS
{{- else if eq .Values.persistence.provider "google" }}
{{- else if eq .Values.persistence.provider "filestore" }}
provisioner: filestore.csi.storage.gke.io
allowVolumeExpansion: true
parameters:
Expand Down
3 changes: 2 additions & 1 deletion charts/operator-wandb/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ spec:
{{- end }}

rules:
- http:
- host: {{ replace "https://" "" (replace "http://" "" .Values.global.host) }}
http:
paths:
- pathType: Prefix
path: "/console"
Expand Down

0 comments on commit 8878651

Please sign in to comment.