diff --git a/example-app/deployment.yaml b/example-app/deployment.yaml index 500bbac..3f94bc2 100644 --- a/example-app/deployment.yaml +++ b/example-app/deployment.yaml @@ -3,7 +3,7 @@ kind: Deployment metadata: name: simple-example spec: - replicas: 1 + replicas: 2 revisionHistoryLimit: 3 selector: matchLabels: @@ -17,4 +17,4 @@ spec: - image: quay.io/acend/example-web-go name: simple-example ports: - - containerPort: 5000 \ No newline at end of file + - containerPort: 5000