change value

This commit is contained in:
Dokyoung Kim 2024-01-15 14:57:01 +09:00
parent d7927a27b4
commit 685b8e7e1b
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