Commit 89d38f67 authored by Joseph (Jy) Yaworski's avatar Joseph (Jy) Yaworski Committed by David McKay

Remove udp from ingress

parent fc4eb183
......@@ -22,11 +22,4 @@ spec:
backend:
serviceName: {{ include "influxdb.fullname" . }}
servicePort: 8086
{{- if .Values.config.udp.enabled }}
- path: /
backend:
protocol: UDP
serviceName: {{ include "influxdb.fullname" . }}
servicePort: 8089
{{- end }}
{{- end -}}
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