Browse Source

Update guestbook-ui-deployment.yaml

pull/127/head
HEMANT2305 3 years ago
committed by GitHub
parent
commit
28a0c6ac78
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      guestbook/guestbook-ui-deployment.yaml

8
guestbook/guestbook-ui-deployment.yaml

@ -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…
Cancel
Save