add loadBalancerIP support for proxy service (#421)
Co-authored-by: Abdulhadi Celenlioglu <abdulhadi@intenseye.com>
This commit is contained in:
parent
76fb0bb45c
commit
8061a8b7aa
@ -32,6 +32,9 @@ metadata:
|
||||
{{- end }}
|
||||
spec:
|
||||
type: {{ .Values.proxy.service.type }}
|
||||
{{- with .Values.proxy.service.loadBalancerIP }}
|
||||
loadBalancerIP: {{ . }}
|
||||
{{- end }}
|
||||
ports:
|
||||
{{- if or (not .Values.tls.enabled) (not .Values.tls.proxy.enabled) }}
|
||||
- name: http
|
||||
|
||||
@ -956,6 +956,8 @@ proxy:
|
||||
service:
|
||||
annotations: {}
|
||||
type: LoadBalancer
|
||||
## Optional. Leave it blank to get next available random IP.
|
||||
loadBalancerIP: ""
|
||||
## Proxy ingress
|
||||
## templates/proxy-ingress.yaml
|
||||
##
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user