Update guestbook-ui-deployment.yaml

Reduce replicas to 1
This commit is contained in:
Omri Siri 2023-08-20 11:21:59 +03:00 committed by GitHub
parent 486e2a2940
commit d89c37de9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ kind: Deployment
metadata:
name: guestbook-ui
spec:
replicas: 2
replicas: 1
revisionHistoryLimit: 3
selector:
matchLabels: