Skip to content
Snippets Groups Projects

Feat/monitoring subscriptions

Closed Francisco-Javier Moreno-Muro requested to merge feat/monitoring-subscriptions into develop
Files
137
@@ -51,7 +51,7 @@ spec:
@@ -51,7 +51,7 @@ spec:
apiVersion: apps/v1
apiVersion: apps/v1
kind: Deployment
kind: Deployment
metadata:
metadata:
name: monitoringservice
name: monitoringserver
spec:
spec:
selector:
selector:
matchLabels:
matchLabels:
@@ -84,18 +84,13 @@ spec:
@@ -84,18 +84,13 @@ spec:
- name: METRICSDB_TABLE
- name: METRICSDB_TABLE
value: "monitoring"
value: "monitoring"
readinessProbe:
readinessProbe:
exec:
grpc:
command: ["/bin/grpc_health_probe", "-addr=:7070"]
port: 7070
 
initialDelaySeconds: 5
livenessProbe:
livenessProbe:
exec:
grpc:
command: ["/bin/grpc_health_probe", "-addr=:7070"]
port: 7070
resources:
initialDelaySeconds: 10
requests:
cpu: 250m
memory: 512Mi
limits:
cpu: 700m
memory: 1024Mi
---
---
apiVersion: v1
apiVersion: v1
kind: Service
kind: Service
Loading