Commit 9885edd3 authored by Sergio Gonzalez Diaz's avatar Sergio Gonzalez Diaz
Browse files

UJpdate monitoring manifest

parent 4e8117e0
Loading
Loading
Loading
Loading
+9 −3
Original line number Diff line number Diff line
@@ -27,6 +27,12 @@ spec:
          value: "teraflow"
        - name: INFLUXDB_HTTP_AUTH_ENABLED
          value: "True"
        # readinessProbe:
        #   exec:
        #     command: ["curl", "-XGET", "localhost:8086/health"]
        # livenessProbe:
        #   exec:
        #     command: ["curl", "-XGET", "localhost:8086/health"]
        resources:
          requests:
            cpu: 250m
@@ -41,13 +47,13 @@ spec:
        - containerPort: 7070
        env:
        - name: PORT
          value: "8080"
          value: "7070"
        readinessProbe:
          exec:
            command: ["/bin/grpc_health_probe", "-addr=:8080"]
            command: ["/bin/grpc_health_probe", "-addr=:7070"]
        livenessProbe:
          exec:
            command: ["/bin/grpc_health_probe", "-addr=:8080"]
            command: ["/bin/grpc_health_probe", "-addr=:7070"]
        resources:
          requests:
            cpu: 250m
+2 −2
Original line number Diff line number Diff line
@@ -31,8 +31,8 @@ build influx:
    # - kubectl delete -f "manifests/monitoring.yaml"
    # - sleep 15
    # - kubectl get all
    # - kubectl apply -f "manifests/monitoring.yaml"
    # - sleep 60
    - kubectl apply -f "manifests/monitoring.yaml"
    - sleep 60
    # - kubectl get all
    # - kubectl apply -f "manifests/influx.yaml"
    # - sleep 15