Commit b3c2bbd1 authored by Ishtiaq Ahmed's avatar Ishtiaq Ahmed

Delete dep.yaml

parent 2fff4be2
apiVersion: apps/v1
kind: Deployment
metadata:
name: cicd-task
spec:
replicas: 1
selector:
matchLabels:
app: cicd-task
template:
metadata:
labels:
app: cicd-task
spec:
containers:
- name: cicd-task
image: mshussain/my-app:VERSION
ports:
- containerPort: 8080
env:
- name: PORT
value: "8080"
---
apiVersion: v1
kind: Service
metadata:
name: cicd-task
spec:
type: LoadBalancer
selector:
app: cicd-task
ports:
- port: 80
targetPort: 8080
\ No newline at end of file
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