Fix: update Prometheus URL to use HTTPS instead of HTTP
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user