diff --git a/03-k8s-infra/index.ts b/03-k8s-infra/index.ts index b0ccd60..e437d27 100644 --- a/03-k8s-infra/index.ts +++ b/03-k8s-infra/index.ts @@ -133,7 +133,7 @@ new k8s.apiextensions.CustomResource( version: "1.12.0", values: { defaultSettings: { - defaultReplicaCount: 3, + defaultReplicaCount: 2, podDeletionPolicyWhenNodeIsDown: "delete-pod-and-force-delete-pod", }, },