File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,12 +15,27 @@ instances_retrievable: true
1515bindings_retrievable : true
1616plan_updateable : true
1717allow_parameters :
18+ - name : " initScripts"
19+ required : false
20+ description : " initScripts config for values.yaml"
21+ - name : " extraPlugins"
22+ required : false
23+ description : " extraPlugins config for values.yaml"
24+ - name : " extraContainerPorts"
25+ required : false
26+ description : " extraContainerPorts config for values.yaml"
27+ - name : " extraPorts"
28+ required : false
29+ description : " extraPorts config for values.yaml"
1830- name : " networkPolicy.allowNamespaces"
1931 required : false
2032 description : " networkPolicy allowNamespaces config for values.yaml"
2133- name : " service.type"
2234 required : false
2335 description : " service type config for values.yaml"
36+ - name : " service.extraPorts"
37+ required : false
38+ description : " service.extraPorts config for values.yaml"
2439- name : " metrics.enabled"
2540 required : false
2641 description : " metrics enabled or not config for values.yaml"
Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ credential:
2121 valueFrom :
2222 serviceRef :
2323 name : {{ include "common.names.fullname" . }}
24- jsonpath : ' { .spec.ports[?(@.targetPort =="amqp")].port }'
24+ jsonpath : ' { .spec.ports[?(@.name =="amqp")].port }'
2525 {{- end }}
2626
2727 {{- if .Values.auth.tls.enabled }}
2828 - name : RABBITMQ_AMQP_SSL_PORT
2929 valueFrom :
3030 serviceRef :
3131 name : {{ include "common.names.fullname" . }}
32- jsonpath : ' { .spec.ports[?(@.targetPort =="amqp-ssl")].port }'
32+ jsonpath : ' { .spec.ports[?(@.name =="amqp-ssl")].port }'
3333 {{- end }}
3434
3535 {{- if .Values.auth.username }}
Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ credential:
2121 valueFrom :
2222 serviceRef :
2323 name : {{ include "common.names.fullname" . }}
24- jsonpath : ' { .spec.ports[?(@.targetPort =="amqp")].port }'
24+ jsonpath : ' { .spec.ports[?(@.name =="amqp")].port }'
2525 {{- end }}
2626
2727 {{- if .Values.auth.tls.enabled }}
2828 - name : RABBITMQ_AMQP_SSL_PORT
2929 valueFrom :
3030 serviceRef :
3131 name : {{ include "common.names.fullname" . }}
32- jsonpath : ' { .spec.ports[?(@.targetPort =="amqp-ssl")].port }'
32+ jsonpath : ' { .spec.ports[?(@.name =="amqp-ssl")].port }'
3333 {{- end }}
3434
3535 {{- if .Values.auth.username }}
Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ credential:
2121 valueFrom :
2222 serviceRef :
2323 name : {{ include "common.names.fullname" . }}
24- jsonpath : ' { .spec.ports[?(@.targetPort =="amqp")].port }'
24+ jsonpath : ' { .spec.ports[?(@.name =="amqp")].port }'
2525 {{- end }}
2626
2727 {{- if .Values.auth.tls.enabled }}
2828 - name : RABBITMQ_AMQP_SSL_PORT
2929 valueFrom :
3030 serviceRef :
3131 name : {{ include "common.names.fullname" . }}
32- jsonpath : ' { .spec.ports[?(@.targetPort =="amqp-ssl")].port }'
32+ jsonpath : ' { .spec.ports[?(@.name =="amqp-ssl")].port }'
3333 {{- end }}
3434
3535 {{- if .Values.auth.username }}
Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ credential:
2121 valueFrom :
2222 serviceRef :
2323 name : {{ include "common.names.fullname" . }}
24- jsonpath : ' { .spec.ports[?(@.targetPort =="amqp")].port }'
24+ jsonpath : ' { .spec.ports[?(@.name =="amqp")].port }'
2525 {{- end }}
2626
2727 {{- if .Values.auth.tls.enabled }}
2828 - name : RABBITMQ_AMQP_SSL_PORT
2929 valueFrom :
3030 serviceRef :
3131 name : {{ include "common.names.fullname" . }}
32- jsonpath : ' { .spec.ports[?(@.targetPort =="amqp-ssl")].port }'
32+ jsonpath : ' { .spec.ports[?(@.name =="amqp-ssl")].port }'
3333 {{- end }}
3434
3535 {{- if .Values.auth.username }}
You can’t perform that action at this time.
0 commit comments