Alex Collins
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
guestbook/guestbook-ui-deployment.yaml
|
|
@ -5,6 +5,7 @@ metadata: |
|
|
|
spec: |
|
|
|
replicas: 1 |
|
|
|
revisionHistoryLimit: 18 |
|
|
|
progressDeadlineSeconds: 10 |
|
|
|
selector: |
|
|
|
matchLabels: |
|
|
|
app: guestbook-ui |
|
|
@ -13,7 +14,6 @@ spec: |
|
|
|
labels: |
|
|
|
app: guestbook-ui |
|
|
|
spec: |
|
|
|
progressDeadlineSeconds: 10 |
|
|
|
containers: |
|
|
|
- image: gcr.io/heptio-images/ks-guestbook-demo:0.3 |
|
|
|
name: guestbook-ui |
|
|
|