Commit 37ef2866 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Code cleanup

parent b7c4feac
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -230,16 +230,16 @@ export GRAF_EXT_PORT_HTTP=${GRAF_EXT_PORT_HTTP:-"3000"}
./deploy/nats.sh

# Deploy QuestDB
#./deploy/qdb.sh
./deploy/qdb.sh

# Deploy Apache Kafka
./deploy/kafka.sh

#Deploy Monitoring (Prometheus, Mimir, Grafana)
#./deploy/monitoring.sh
./deploy/monitoring.sh

# Expose Dashboard
#./deploy/expose_dashboard.sh
./deploy/expose_dashboard.sh

# Deploy TeraFlowSDN
./deploy/tfs.sh
+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"
            - name: FLASK_ENV
              value: "production"  # normal value is "production", change to "development" if developing
            - name: IETF_NETWORK_RENDERER
+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"
            - name: ENABLE_FORECASTER
              value: "NO"
          readinessProbe:
+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
@@ -36,7 +36,7 @@ spec:
            - containerPort: 9192
          env:
            - name: LOG_LEVEL
              value: "DEBUG"
              value: "INFO"
            - name: SIMAP_SERVER_SCHEME
              value: "http"
            - name: SIMAP_SERVER_ADDRESS
Loading