HEMANT2305
3 years ago
committed by
GitHub
1 changed files with 4 additions and 4 deletions
@ -1,20 +1,20 @@ |
|||||
apiVersion: apps/v1 |
apiVersion: apps/v1 |
||||
kind: Deployment |
kind: Deployment |
||||
metadata: |
metadata: |
||||
name: guestbook-ui |
name: guestbook-hemant |
||||
spec: |
spec: |
||||
replicas: 1 |
replicas: 1 |
||||
revisionHistoryLimit: 3 |
revisionHistoryLimit: 3 |
||||
selector: |
selector: |
||||
matchLabels: |
matchLabels: |
||||
app: guestbook-ui |
app: guestbook-hemant |
||||
template: |
template: |
||||
metadata: |
metadata: |
||||
labels: |
labels: |
||||
app: guestbook-ui |
app: guestbook-hemant |
||||
spec: |
spec: |
||||
containers: |
containers: |
||||
- image: gcr.io/heptio-images/ks-guestbook-demo:0.2 |
- image: gcr.io/heptio-images/ks-guestbook-demo:0.2 |
||||
name: guestbook-ui |
name: guestbook-hemant |
||||
ports: |
ports: |
||||
- containerPort: 80 |
- containerPort: 80 |
||||
|
Loading…
Reference in new issue