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: metadata:
name: guestbook-ui name: guestbook-ui
spec: spec:
replicas: 1 replicas: 3
revisionHistoryLimit: 3 revisionHistoryLimit: 3
selector: selector:
matchLabels: matchLabels:

View File

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