Commit 1b5d9536 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Recover default settings and specs

parent 80078b21
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ spec:
            - containerPort: 9192
          env:
            - name: LOG_LEVEL
              value: "DEBUG"
              value: "INFO"
            - name: CRDB_DATABASE
              value: "tfs_analytics"
            - name: METRICS_PORT
@@ -54,7 +54,7 @@ spec:
              command: ["/bin/grpc_health_probe", "-addr=:30080"]
          resources:
            requests:
              cpu: 100m
              cpu: 250m
              memory: 128Mi
            limits:
              cpu: 1000m
@@ -67,7 +67,7 @@ spec:
            - containerPort: 9193
          env:
            - name: LOG_LEVEL
              value: "DEBUG"
              value: "INFO"
            - name: METRICS_PORT
              value: "9193"
          envFrom:
@@ -81,7 +81,7 @@ spec:
              command: ["/bin/grpc_health_probe", "-addr=:30090"]
          resources:
            requests:
              cpu: 100m
              cpu: 250m
              memory: 128Mi
            limits:
              cpu: 1000m
+2 −2
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=:30200"]
@@ -53,7 +53,7 @@ spec:
              command: ["/bin/grpc_health_probe", "-addr=:30200"]
          resources:
            requests:
              cpu: 100m
              cpu: 250m
              memory: 128Mi
            limits:
              cpu: 1000m
+2 −2
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ spec:
            - name: MB_BACKEND
              value: "nats"
            - name: LOG_LEVEL
              value: "DEBUG"
              value: "INFO"
            - name: ALLOW_EXPLICIT_ADD_DEVICE_TO_TOPOLOGY
              value: "FALSE"
            - name: ALLOW_EXPLICIT_ADD_LINK_TO_TOPOLOGY
@@ -60,7 +60,7 @@ spec:
              command: ["/bin/grpc_health_probe", "-addr=:1010"]
          resources:
            requests:
              cpu: 100m
              cpu: 250m
              memory: 128Mi
            limits:
              cpu: 1000m
+2 −2
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"]
@@ -53,7 +53,7 @@ spec:
              command: ["/bin/grpc_health_probe", "-addr=:2020"]
          resources:
            requests:
              cpu: 100m
              cpu: 250m
              memory: 128Mi
            limits:
              cpu: 1000m
+2 −2
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ spec:
            - containerPort: 9192
          env:
            - name: LOG_LEVEL
              value: "DEBUG"
              value: "INFO"
            - name: CRDB_DATABASE
              value: "tfs_kpi_mgmt"
          envFrom:
@@ -52,7 +52,7 @@ spec:
              command: ["/bin/grpc_health_probe", "-addr=:30010"]
          resources:
            requests:
              cpu: 100m
              cpu: 250m
              memory: 128Mi
            limits:
              cpu: 1000m
Loading