Newer
Older
Lluis Gifre Renom
committed
name: l3-distributedattackdetectorservice
Lluis Gifre Renom
committed
app: l3-distributedattackdetectorservice
Lluis Gifre Renom
committed
app: l3-distributedattackdetectorservice
spec:
terminationGracePeriodSeconds: 5
containers:
- name: server
image: registry.gitlab.com/teraflow-h2020/controller/l3_distributedattackdetector:latest
imagePullPolicy: Always
ports:
- containerPort: 10000
env:
- name: LOG_LEVEL
value: "DEBUG"
readinessProbe:
exec:
command: ["/bin/grpc_health_probe", "-addr=:10000"]
livenessProbe:
exec:
command: ["/bin/grpc_health_probe", "-addr=:10000"]
resources:
requests:
cpu: 250m
memory: 512Mi
limits:
cpu: 700m
memory: 1024Mi
---
apiVersion: v1
kind: Service
metadata:
Lluis Gifre Renom
committed
name: l3-distributedattackdetectorservice
Lluis Gifre Renom
committed
app: l3-distributedattackdetectorservice
ports:
- name: grpc
port: 10000
targetPort: 10000