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