Fix: update Prometheus URL to use HTTPS instead of HTTP

This commit is contained in:
2025-09-30 21:05:40 -03:00
parent 20ae326158
commit 6f914c9404

View File

@@ -15,7 +15,7 @@ class Settings(BaseSettings):
token: Optional[str] = None
# Prometheus settings
prometheus_url: str = "http://prometheus-k8s.openshift-monitoring.svc.cluster.local:9091"
prometheus_url: str = "https://prometheus-k8s.openshift-monitoring.svc.cluster.local:9091"
# Validation settings
cpu_limit_ratio: float = 3.0 # Default limit:request ratio for CPU