Skip to content

Commit a9c1c55

Browse files
Rub21batpad
authored andcommitted
Add ELB support for azure
1 parent 7cef747 commit a9c1c55

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

osm-seed/templates/web/web-service.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ spec:
2626
{{- if eq .Values.cloudProvider "gcp" }}
2727
type: LoadBalancer
2828
{{- end }}
29+
# In case cloudProvider=azure
30+
{{- if eq .Values.cloudProvider "azure" }}
31+
type: LoadBalancer
32+
{{- end }}
2933
# In case cloudProvider=minikube
3034
{{- if eq .Values.cloudProvider "minikube" }}
3135
type: NodePort

0 commit comments

Comments
 (0)