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 }}
|
{{- end }}
|
||||||
spec:
|
spec:
|
||||||
type: {{ .Values.proxy.service.type }}
|
type: {{ .Values.proxy.service.type }}
|
||||||
|
{{- with .Values.proxy.service.loadBalancerIP }}
|
||||||
|
loadBalancerIP: {{ . }}
|
||||||
|
{{- end }}
|
||||||
ports:
|
ports:
|
||||||
{{- if or (not .Values.tls.enabled) (not .Values.tls.proxy.enabled) }}
|
{{- if or (not .Values.tls.enabled) (not .Values.tls.proxy.enabled) }}
|
||||||
- name: http
|
- name: http
|
||||||
|
|||||||
@ -956,6 +956,8 @@ proxy:
|
|||||||
service:
|
service:
|
||||||
annotations: {}
|
annotations: {}
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
|
## Optional. Leave it blank to get next available random IP.
|
||||||
|
loadBalancerIP: ""
|
||||||
## Proxy ingress
|
## Proxy ingress
|
||||||
## templates/proxy-ingress.yaml
|
## templates/proxy-ingress.yaml
|
||||||
##
|
##
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user