Commit ed0813dd authored by Aurélien Requiem's avatar Aurélien Requiem Committed by Naseem

set collectd service as a UDP service

fixes #107
parent 830b4f56
......@@ -25,6 +25,7 @@ spec:
{{- if .Values.config.collectd.enabled }}
- name: collectd
port: {{ .Values.config.collectd.bind_address | default 25826 }}
protocol: UDP
targetPort: collectd
{{- end }}
{{- if .Values.config.udp.enabled }}
......
......@@ -65,6 +65,7 @@ spec:
{{- if .Values.config.collectd.enabled }}
- name: collectd
containerPort: {{ .Values.config.collectd.bind_address | default 25826 }}
protocol: UDP
{{- end }}
{{- if .Values.config.udp.enabled }}
- name: udp
......
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