Skip to content

Commit 5f3f14a

Browse files
Revert config for habana-metrics.yaml
Signed-off-by: arpannookala-12 <ganesh.arpan.nookala@cloud2labs.com>
1 parent 53e6e2c commit 5f3f14a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 3 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: false
28+
hostNetwork: true
2929
containers:
3030
- name: metric-exporter
3131
image: vault.habana.ai/gaudi-metric-exporter/metric-exporter:1.20.1-97
@@ -34,8 +34,7 @@ spec:
3434
- name: LD_LIBRARY_PATH
3535
value: "/usr/lib/habanalabs"
3636
securityContext:
37-
privileged: false
38-
readOnlyRootFilesystem: true
37+
privileged: true
3938
volumeMounts:
4039
- name: pod-resources
4140
mountPath: /var/lib/kubelet/pod-resources

0 commit comments

Comments
 (0)