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