Skip to content

Commit b8d97ae

Browse files
Revert habana-metrics changes and remove security scans workflow
Signed-off-by: gopal-raj-suresh <gopal.raj.dummugudupu@cloud2labs.com>
1 parent bfd1a81 commit b8d97ae

11 files changed

Lines changed: 15 additions & 101 deletions

File tree

.github/workflows/code-scans.yaml

Lines changed: 0 additions & 98 deletions
This file was deleted.

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
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Docker Compose Configuration
2+
LOCAL_URL_ENDPOINT=not-needed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Inference API Configuration
2+
INFERENCE_API_ENDPOINT=https://api.example.com
3+
INFERENCE_API_TOKEN=sk-HGoQILoj_DZari8CPkmQ5A
4+
5+
# Model Configuration
6+
EMBEDDING_MODEL_NAME=BAAI/bge-base-en-v1.5
7+
INFERENCE_MODEL_NAME=Qwen/Qwen3-4B-Instruct-2507
8+
9+
# Local URL Endpoint (for Docker)
10+
LOCAL_URL_ENDPOINT=not-needed
11+
VERIFY_SSL=false
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)