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
|
token: Optional[str] = None
|
||||||
|
|
||||||
# Prometheus settings
|
# 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
|
# Validation settings
|
||||||
cpu_limit_ratio: float = 3.0 # Default limit:request ratio for CPU
|
cpu_limit_ratio: float = 3.0 # Default limit:request ratio for CPU
|
||||||
|
|||||||
Reference in New Issue
Block a user