This commit is contained in:
zhouy-2022 2023-12-10 12:35:28 +08:00 committed by GitHub
commit bc00dc645f
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:
name: guestbook-ui
spec:
replicas: 1
replicas: 3
revisionHistoryLimit: 3
selector:
matchLabels:

View File

@ -3,6 +3,7 @@ kind: Service
metadata:
name: guestbook-ui
spec:
type: NodePort
ports:
- port: 80
targetPort: 80