File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
charts/netdata/templates/netdata-otel Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 3737{{ toYaml . | trim | indent 8 }}
3838{{- end }}
3939 spec :
40- securityContext :
41- fsGroup : 201
4240 serviceAccountName : {{ .Values.serviceAccount.name }}
4341 restartPolicy : Always
4442 {{- if .Values.netdataOpentelemetry.priorityClassName }}
10199 - name : http
102100 containerPort : {{ tpl (.Values.netdataOpentelemetry.port | toString) . }}
103101 protocol : TCP
102+ - name : otel
103+ containerPort : {{ tpl (.Values.netdataOpentelemetry.service.port | toString) . }}
104+ protocol : TCP
104105 livenessProbe :
105106 exec :
106107 command :
@@ -132,7 +133,7 @@ spec:
132133 {{- end }}
133134 {{- end }}
134135 {{- if .Values.netdataOpentelemetry.persistence.enabled }}
135- - name : varlib
136+ - name : varlog
136137 mountPath : /var/log/netdata/otel
137138 {{- end }}
138139 {{- if .Values.netdataOpentelemetry.extraVolumeMounts -}}
@@ -166,7 +167,7 @@ spec:
166167 secretName : netdata-conf-otel
167168 optional : true
168169 {{- if .Values.netdataOpentelemetry.persistence.enabled }}
169- - name : varlib
170+ - name : varlog
170171 persistentVolumeClaim :
171172 claimName : {{ template "netdata.name" . }}-otel-varlog
172173 {{- end }}
You can’t perform that action at this time.
0 commit comments