Fix: Updated deployment files with correct Prometheus URL and RBAC permissions

This commit is contained in:
2025-09-25 22:15:54 -03:00
parent f38689d9dd
commit 1bc1a40a02
8 changed files with 138 additions and 98 deletions

View File

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