Unverified Commit 6b002124 authored by garrettcarr's avatar garrettcarr Committed by GitHub

Adding support for influxdb_listener since http_listener is deprecated (#197)

parent 4106a8bd
......@@ -23,6 +23,11 @@ spec:
targetPort: {{ trimPrefix ":" $value.service_address | int64 }}
name: "http-listener"
{{- end }}
{{- if eq $key "influxdb_listener" }}
- port: {{ trimPrefix ":" $value.service_address | int64 }}
targetPort: {{ trimPrefix ":" $value.service_address | int64 }}
name: "influxdb-listener"
{{- end }}
{{- if eq $key "http_listener_v2" }}
- port: {{ trimPrefix ":" $value.service_address | int64 }}
targetPort: {{ trimPrefix ":" $value.service_address | int64 }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment