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

Update deployment.yml

parent 1a173d22
apiVersion: apps/v1
kind: Deployment
metadata:
creationTimestamp: null
name: backend
labels:
app: frontend
name: frontend
spec:
replicas: 1
selector:
matchLabels:
app: frontend
strategy: {}
template:
metadata:
creationTimestamp: null
labels:
app: frontend
spec:
containers:
- image: docker.io/wnaeem11/frontend:first
name: frontend
resources: {}
status: {}
- name: backend
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
ports:
- 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