Commit 36f15e7a authored by joesteffee's avatar joesteffee Committed by David McKay

service http_listener to http_listener_v2

parent b4402421
......@@ -28,7 +28,7 @@ spec:
{{- range $objectKey, $objectValue := .Values.config.inputs }}
{{- range $key, $value := . -}}
{{- $tp := typeOf $value -}}
{{- if eq $key "http_listener" }}
{{- if eq $key "http_listener_v2" }}
- port: {{ trimPrefix ":" $value.service_address | int64 }}
targetPort: {{ trimPrefix ":" $value.service_address | int64 }}
name: "http-listener"
......
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