-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmetrics.env
More file actions
11 lines (10 loc) · 840 Bytes
/
metrics.env
File metadata and controls
11 lines (10 loc) · 840 Bytes
1
2
3
4
5
6
7
8
9
10
11
# Components expected in the metrics overlay deployment.
# Used by verify-install.sh and debug.sh.
#
# Format:
# OPERATORS - "namespace:deployment" pairs (space-separated)
# CUSTOM_RESOURCES - "namespace:resource[:condition]" pairs (space-separated, condition defaults to Ready)
# NAMESPACES - namespaces to inspect on failure (space-separated)
OPERATORS="strimzi:strimzi-cluster-operator apicurio-registry:apicurio-registry-operator streamshub-console:streamshub-console-operator monitoring:prometheus-operator"
CUSTOM_RESOURCES="kafka:kafka/dev-cluster apicurio-registry:apicurioregistry3/apicurio-registry streamshub-console:console.console.streamshub.github.com/streamshub-console monitoring:prometheus.monitoring.coreos.com/prometheus:Available"
NAMESPACES="strimzi kafka apicurio-registry streamshub-console monitoring"