Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ spec:
value: "/etc/mlsysops/descriptions"
- name: LOCAL_OTEL_ENDPOINT
value: "http://cluster-otel-collector.mlsysops-framework.svc.cluster.local:9999/metrics"
- name: MLS_OTEL_NODE_EXPORTER_FLAGS
value: cpu,meminfo
volumeMounts:
- name: description-volume
mountPath: /etc/mlsysops/descriptions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,14 @@ spec:
fieldRef:
fieldPath: status.hostIP
- name: EJABBERD_DOMAIN
valueFrom:
fieldRef:
fieldPath: status.hostIP
value: {{ KARMADA_HOST_IP }}
- name: NODE_PASSWORD
value: "1234"
- name: DESCRIPTION_PATH
value: "/etc/mlsysops/descriptions"
- name: MLS_OTEL_MIMIR_EXPORT_ENDPOINT
value: http://square2.atsquare.gr:9009/api/v1/push

resources:
requests:
memory: "128Mi"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ spec:
protocol: "TCP"
env:
- name: POD_IP
valueFrom:
fieldRef:
fieldPath: status.hostIP
value: {{ KARMADA_HOST_IP }}
command: ["/bin/sh", "-c"]
args:
- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ spec:
value: "mysecret"
- name: DESCRIPTION_PATH
value: "/etc/mlsysops/descriptions"
- name: MLS_OTEL_NODE_EXPORTER_FLAGS
value: cpu,meminfo

resources:
requests:
memory: "128Mi"
Expand Down