diff --git a/values.yaml b/values.yaml
index ae4640586d274127291dcf045209303515593caf..1a58b2803194fc4d2a5d7045c4df066c6ce344af 100644
--- a/values.yaml
+++ b/values.yaml
@@ -10,7 +10,7 @@ api:
   image:
     repository: registry.master3.takima.io/guide/kubernetes-resources/api
     tag: latest
-  replicaCount: 2
+  replicaCount: 1
   serviceName: api
   servicePort: 80
   healthcheck:
@@ -30,7 +30,7 @@ front:
     tag: latest
   serviceName: front
   servicePort: 80
-  replicaCount: 3
+  replicaCount: 1
   ingress:
     enabled: true
     host: front.nfavier.takima.cloud