Newer
Older
apiVersion: apps/v1
kind: Deployment
metadata:
name: contextservice
spec:
selector:
matchLabels:
app: contextservice
template:
metadata:
labels:
app: contextservice
spec:
terminationGracePeriodSeconds: 5
containers:
- name: server
image: registry.gitlab.com/teraflow-h2020/controller/context:latest
imagePullPolicy: Always
env:
- name: DB_ENGINE
value: "redis"
value: "0"
- name: LOG_LEVEL
value: "DEBUG"
readinessProbe:
exec:
resources:
requests:
cpu: 250m
memory: 512Mi
limits:
cpu: 700m
memory: 1024Mi
---
apiVersion: v1
kind: Service
metadata:
name: contextservice
spec:
type: ClusterIP
selector:
app: contextservice
ports:
- name: grpc