Skip to content

Commit c461051

Browse files
committed
feat: 노드 풀 증가
1 parent 3bcdc9b commit c461051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node-pools.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ resource "google_container_node_pool" "general" {
1313
cluster = google_container_cluster.primary.id
1414

1515
# 노드 풀의 초기 노드 개수를 지정합니다.
16-
node_count = 3
16+
node_count = 4
1717

1818
# 노드 관리 설정
1919
management {

0 commit comments

Comments
 (0)