Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyblasczyk committed Jan 21, 2025
1 parent 171e1ef commit 12be737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/wandb-base/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ metadata:
alb.ingress.kubernetes.io/healthcheck-path: /ready
{{- if and .Values.global.createGCPLoadBalancerBackend (eq .Values.global.cloudProvider "gcp") }}
cloud.google.com/neg: '{"ingress": true}'
cloud.google.com/backend-config: '{"default": "{{ $.Release.Name }}-app-backend-config"}'
cloud.google.com/backend-config: '{"default": "{{ include "wandb-base.fullname" . }}-backend-config"}'
{{- end }}
{{- end }}
spec:
Expand Down

0 comments on commit 12be737

Please sign in to comment.