Commit fbf77fb0 authored by abdullh.alsoleman's avatar abdullh.alsoleman

Delete Eureka-Deployment.yml

parent 2aaeeabb
apiVersion: apps/v1
kind: Deployment
metadata:
name: eurekaserver
namespace: jobportal
labels:
app: eurekaserver
spec:
replicas: 1
selector:
matchLabels:
app: eurekaserver
strategy:
type: Recreate
template:
metadata:
labels:
app: eurekaserver
spec:
containers:
- name: eurekaserver
image: 172.29.3.41:5000/euerkaserver:1.0.0.21
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8761
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