This commit is contained in:
Brillian Chepngeno 2024-02-23 09:39:06 -08:00 committed by GitHub
commit 0978e418f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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: 2
revisionHistoryLimit: 3
selector:
matchLabels:

View File

@ -6,5 +6,6 @@ spec:
ports:
- port: 80
targetPort: 80
type: ClusterIP
selector:
app: guestbook-ui