This commit is contained in:
ProjectManager 2023-04-10 19:29:40 +09:00
parent 53e28ff20c
commit bd57bac783
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