Commit 91b50e45 authored by Waleed Naeem's avatar Waleed Naeem

Update deployment.yml

parent 1a173d22
apiVersion: apps/v1 apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
creationTimestamp: null name: backend
labels: labels:
app: frontend
name: frontend
spec: spec:
replicas: 1 replicas: 1
selector: selector:
matchLabels: matchLabels:
app: frontend app: frontend
strategy: {}
template: template:
metadata: metadata:
creationTimestamp: null
labels: labels:
app: frontend app: frontend
spec: spec:
containers: containers:
- image: docker.io/wnaeem11/frontend:first - name: backend
name: frontend image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
resources: {} ports:
status: {} - containerPort: 8080
imagePullPolicy: Always
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment