Change replicas from 1->5

This commit is contained in:
orenevan 2023-06-25 16:12:31 +03:00 committed by GitHub
parent 53e28ff20c
commit e413f8e858
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: 1
replicas: 5
revisionHistoryLimit: 3
selector:
matchLabels: