Commit 2cc5d10d authored by Sergio Gonzalez Diaz's avatar Sergio Gonzalez Diaz
Browse files

update monitoring manifest

parent bb8ded24
Loading
Loading
Loading
Loading
+11 −9
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@ spec:
  selector:
    matchLabels:
      app: monitoring
  replicas: 1
  template:
    metadata:
      labels:
@@ -26,17 +27,18 @@ spec:
            memory: 1024Mi
      - name: server
        image: registry.gitlab.com/teraflow-h2020/controller/monitoring:latest
        imagePullPolicy: Always
        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"]
        # 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
+2 −2
Original line number Diff line number Diff line
@@ -30,8 +30,8 @@ build influx:
    - kubectl get all
    # - kubectl delete -f "manifests/influx.yaml"
    # - kubectl get all
    # - kubectl apply -f "manifests/monitoring.yaml"
    # - kubectl get all
    - kubectl apply -f "manifests/monitoring.yaml"
    - kubectl get all
    # - kubectl apply -f "manifests/influx.yaml"
    # - sleep 15
    # - kubectl get all