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: 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