Skip to content

Commit 5c3757b

Browse files
author
Mateusz
committed
fixing deployment template for otel
1 parent ac92e27 commit 5c3757b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

charts/netdata/templates/netdata-otel/deployment.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ spec:
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 }}
@@ -101,6 +99,9 @@ spec:
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:

0 commit comments

Comments
 (0)