Commit b47a6708 authored by Carlos Natalino's avatar Carlos Natalino
Browse files

Tests on the monitoring manifest.

parent b4f35c5b
Loading
Loading
Loading
Loading
+14 −8
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ spec:
apiVersion: apps/v1
kind: Deployment
metadata:
  name: monitoringserver
  name: monitoringservice
spec:
  selector:
    matchLabels:
@@ -84,13 +84,19 @@ spec:
        - name: METRICSDB_TABLE
          value: "monitoring"
        readinessProbe:
          grpc:
            port: 7070
          initialDelaySeconds: 5
          exec:
            command: ["/bin/grpc_health_probe", "-addr=:7070"]
        livenessProbe:
          grpc:
            port: 7070
          initialDelaySeconds: 10
          exec:
            command: ["/bin/grpc_health_probe", "-addr=:7070"]
        # readinessProbe:
        #   grpc:
        #     port: 7070
        #   initialDelaySeconds: 5
        # livenessProbe:
        #   grpc:
        #     port: 7070
        #   initialDelaySeconds: 10
---
apiVersion: v1
kind: Service