Skip to content

Commit 53e6e2c

Browse files
Added fixes for habana-metrics.yaml
Signed-off-by: arpannookala-12 <ganesh.arpan.nookala@cloud2labs.com>
1 parent f5b2d71 commit 53e6e2c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

core/helm-charts/observability/habana-exporter/habana-metrics.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
operator: "Exists"
2626
effect: "NoSchedule"
2727
# Required for network monitoring
28-
hostNetwork: true
28+
hostNetwork: false
2929
containers:
3030
- name: metric-exporter
3131
image: vault.habana.ai/gaudi-metric-exporter/metric-exporter:1.20.1-97
@@ -34,7 +34,8 @@ spec:
3434
- name: LD_LIBRARY_PATH
3535
value: "/usr/lib/habanalabs"
3636
securityContext:
37-
privileged: true
37+
privileged: false
38+
readOnlyRootFilesystem: true
3839
volumeMounts:
3940
- name: pod-resources
4041
mountPath: /var/lib/kubelet/pod-resources

0 commit comments

Comments
 (0)