diff --git a/example-app/deployment.yaml b/example-app/deployment.yaml index 3f94bc2..d937c88 100644 --- a/example-app/deployment.yaml +++ b/example-app/deployment.yaml @@ -3,7 +3,7 @@ kind: Deployment metadata: name: simple-example spec: - replicas: 2 + replicas: 1 revisionHistoryLimit: 3 selector: matchLabels: