Newer
Older
image: registry.gitlab.com/teraflow-h2020/controller/monitoring:latest
ports:
- containerPort: 8080
env:
- name: PORT
value: "8080"
readinessProbe:
exec:
command: ["/bin/grpc_health_probe", "-addr=:8080"]
livenessProbe:
exec:
command: ["/bin/grpc_health_probe", "-addr=:8080"]
resources:
requests:
cpu: 250m
memory: 512Mi
limits:
cpu: 700m
memory: 1024Mi
imagePullSecrets:
- name: regcred
---
apiVersion: v1
kind: Service
metadata:
protocol: TCP