Jinyoung Jang
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
guestbook/guestbook-ui-deployment.yaml
|
|
@ -3,7 +3,7 @@ kind: Deployment |
|
|
|
metadata: |
|
|
|
name: guestbook-ui |
|
|
|
spec: |
|
|
|
replicas: 3 |
|
|
|
replicas: 5 |
|
|
|
revisionHistoryLimit: 3 |
|
|
|
selector: |
|
|
|
matchLabels: |
|
|
@ -14,7 +14,7 @@ spec: |
|
|
|
app: guestbook-ui |
|
|
|
spec: |
|
|
|
containers: |
|
|
|
- image: gcr.io/heptio-images/ks-guestbook-demo:0.2 |
|
|
|
- image: nginx |
|
|
|
name: guestbook-ui |
|
|
|
ports: |
|
|
|
- containerPort: 80 |
|
|
|