We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac92e27 commit 5c3757bCopy full SHA for 5c3757b
charts/netdata/templates/netdata-otel/deployment.yaml
@@ -37,8 +37,6 @@ spec:
37
{{ toYaml . | trim | indent 8 }}
38
{{- end }}
39
spec:
40
- securityContext:
41
- fsGroup: 201
42
serviceAccountName: {{ .Values.serviceAccount.name }}
43
restartPolicy: Always
44
{{- if .Values.netdataOpentelemetry.priorityClassName }}
@@ -101,6 +99,9 @@ spec:
101
99
- name: http
102
100
containerPort: {{ tpl (.Values.netdataOpentelemetry.port | toString) . }}
103
protocol: TCP
+ - name: otel
+ containerPort: {{ tpl (.Values.netdataOpentelemetry.service.port | toString) . }}
104
+ protocol: TCP
105
livenessProbe:
106
exec:
107
command:
0 commit comments