Commit 6e5f0881 authored by abdullh.alsoleman's avatar abdullh.alsoleman

Delete Producer-Deployment.yml

parent fbf77fb0
apiVersion: apps/v1
kind: Deployment
metadata:
name: producerservice
namespace: jobportal
labels:
app: producerservice
spec:
replicas: 1
selector:
matchLabels:
app: producerservice
strategy:
type: Recreate
template:
metadata:
labels:
app: producerservice
spec:
containers:
- name: producerserver
image: 172.29.3.41:5000/producersvc:1.0.0.13
imagePullPolicy: IfNotPresent
ports:
- name: producer
containerPort: 8088
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