Skip to content

Commit e780029

Browse files
authored
Merge pull request #103 from CSID-DGU/develop
fix: pod ready 최대 대기시간 600초 → 300초
2 parents 6690b73 + b9226d7 commit e780029

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config-server/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"PROM_URL": "http://monitoring-kube-prometheus-prometheus.monitoring:9090",
6464
"WAS_URL_TEMPLATE": "http://admin-prod.default/api/requests/config/{username}",
6565
"HTTP_TIMEOUT_SEC": 3.0,
66-
"POD_READY_MAX_WAIT_SEC": 600,
66+
"POD_READY_MAX_WAIT_SEC": 300,
6767

6868
# Default resources
6969
"DEFAULT_CPU_REQUEST": "1000m",

0 commit comments

Comments
 (0)