Commit 0b09e575 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Pre-merge clean-up

parent 1c1a3785
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ spec:
        - containerPort: 9192
        env:
        - name: LOG_LEVEL
          value: "DEBUG"
          value: "INFO"
        startupProbe:
          exec:
            command: ["/bin/grpc_health_probe", "-addr=:2020"]
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ spec:
        - containerPort: 9192
        env:
        - name: LOG_LEVEL
          value: "DEBUG"
          value: "INFO"
        readinessProbe:
          exec:
            command: ["/bin/grpc_health_probe", "-addr=:9090"]
+2 −2
Original line number Diff line number Diff line
@@ -36,9 +36,9 @@ spec:
        - containerPort: 9192
        env:
        - name: LOG_LEVEL
          value: "DEBUG"
          value: "INFO"
        - name: ENABLE_FORECASTER
          value: "NO"
          value: "YES"
        readinessProbe:
          exec:
            command: ["/bin/grpc_health_probe", "-addr=:10020"]
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ spec:
        - containerPort: 9192
        env:
        - name: LOG_LEVEL
          value: "DEBUG"
          value: "INFO"
        readinessProbe:
          exec:
            command: ["/bin/grpc_health_probe", "-addr=:3030"]
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ spec:
        - containerPort: 8004
        env:
        - name: LOG_LEVEL
          value: "DEBUG"
          value: "INFO"
        - name: WEBUISERVICE_SERVICE_BASEURL_HTTP
          value: "/webui/"
        readinessProbe:
Loading