Commit 08b63e47 authored by Ishtiaq Ahmed's avatar Ishtiaq Ahmed

Add new file

parent a2acc512
apiVersion: apps/v1
kind: Deployment
metadata:
name: nisum-cicd-task
spec:
replicas: 1
selector:
matchLabels:
app: nisum-cicd-task
template:
metadata:
labels:
app: nisum-cicd-task
spec:
containers:
- name: nisum-cicd-task
image: ishtiaq79/nisum-cicd-task:VERSION
ports:
- containerPort: 8080
env:
- name: PORT
value: "8080"
---
apiVersion: v1
kind: Service
metadata:
name: nisum-cicd-task
spec:
type: LoadBalancer
selector:
app: nisum-cicd-task
ports:
- port: 8080
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