Skip to content

Commit

Permalink
add args
Browse files Browse the repository at this point in the history
Signed-off-by: MohammedAbdi <[email protected]>
  • Loading branch information
mamy-CS committed Apr 18, 2024
1 parent f03f134 commit 633eb05
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion bundle/manifests/susql-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,11 @@ spec:
- --health-probe-bind-address=:8081
- --metrics-bind-address=127.0.0.1:8080
- --leader-elect
- --kepler-prometheus-url=$(KEPLER-PROMETHEUS-URL)
- --kepler-metric-name=$(KEPLER-METRIC-NAME)
- --susql-prometheus-database-url=$(SUSQL-PROMETHEUS-DATABASE-URL)
- --susql-prometheus-metrics-url=$(SUSQL-PROMETHEUS-METRICS-URL)
- --sampling-rate=$(SAMPLING-RATE)
command:
- /manager
env:
Expand All @@ -195,7 +200,8 @@ spec:
- name: KEPLER-METRIC-NAME
value: kepler_container_joules_total
- name: SUSQL-PROMETHEUS-DATABASE-URL
value: http://prometheus-susql.default.svc.cluster.local:9090
# value: http://prometheus-susql.default.svc.cluster.local:9090
value: https://thanos-querier.openshift-monitoring.svc.cluster.local:9091
- name: SUSQL-PROMETHEUS-METRICS-URL
value: http://0.0.0.0:8082
- name: SAMPLING-RATE
Expand Down

0 comments on commit 633eb05

Please sign in to comment.