Merge pull request #1 from KimDoKy/change-value

change value
This commit is contained in:
Kim Do Ky 2024-01-15 14:59:29 +09:00 committed by GitHub
commit 53f0f862d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -8,3 +8,4 @@ spec:
targetPort: 80
selector:
app: guestbook-ui
type: LoadBalancer