Skip to content

Commit

Permalink
Fix LB type proxy server setup in chart (#182)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Mar 11, 2024
1 parent 2a2c3e4 commit 5a1f589
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
type: Hostname
hostname:
value: {{ .Values.proxyServer.entrypointAddress }}
{{- else if .Values.entrypointLoadBalancer }}
{{- else if .Values.proxyServer.entrypointLoadBalancer }}
type: LoadBalancerService
loadBalancerService: {}
{{- else }}
Expand Down

0 comments on commit 5a1f589

Please sign in to comment.