diff --git a/manifests/contextservice.yaml b/manifests/contextservice.yaml index 96735bf5f89f682f31131c123ee9884a1becbfdb..e0e26cb9f7a961a04bdcec96338f73b2198edf9b 100644 --- a/manifests/contextservice.yaml +++ b/manifests/contextservice.yaml @@ -40,7 +40,7 @@ spec: - name: MB_BACKEND value: "nats" - name: LOG_LEVEL - value: "INFO" + value: "DEBUG" envFrom: - secretRef: name: crdb-data diff --git a/manifests/deviceservice.yaml b/manifests/deviceservice.yaml index 77e421f297fefc8979b9cd6e3415c58be611a53a..7f7885dafa8c87764bc34cb6b21122bba0e80584 100644 --- a/manifests/deviceservice.yaml +++ b/manifests/deviceservice.yaml @@ -39,7 +39,7 @@ spec: - containerPort: 9192 env: - name: LOG_LEVEL - value: "INFO" + value: "DEBUG" startupProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:2020"] diff --git a/manifests/dltservice.yaml b/manifests/dltservice.yaml index 5e8f745f78b14ea4f8881b8992ef788ce89fdcc2..8e5b1e4e51b3cda9a2b3c1a4d1b5cea4f446f241 100644 --- a/manifests/dltservice.yaml +++ b/manifests/dltservice.yaml @@ -35,12 +35,12 @@ spec: - containerPort: 9192 env: - name: LOG_LEVEL - value: "INFO" - ## for debug purposes - #- name: DLT_GATEWAY_HOST - # value: "mock-blockchain.tfs-bchain.svc.cluster.local" - #- name: DLT_GATEWAY_PORT - # value: "50051" + value: "DEBUG" + ## For debug purposes. Comment out DLT_GATEWAY_HOST and DLT_GATEWAY_PORT to use normal DLT Gateway component. + - name: DLT_GATEWAY_HOST + value: "mock-blockchain.tfs-bchain.svc.cluster.local" + - name: DLT_GATEWAY_PORT + value: "50051" readinessProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:8080"] @@ -49,35 +49,36 @@ spec: command: ["/bin/grpc_health_probe", "-addr=:8080"] resources: requests: - cpu: 50m - memory: 64Mi + cpu: 250m + memory: 128Mi limits: - cpu: 500m - memory: 512Mi - - name: gateway - image: labs.etsi.org:5050/tfs/controller/dlt-gateway:latest - imagePullPolicy: Always - ports: - - containerPort: 50051 - #readinessProbe: - # httpGet: - # path: /health - # port: 8081 - # initialDelaySeconds: 5 - # timeoutSeconds: 5 - #livenessProbe: - # httpGet: - # path: /health - # port: 8081 - # initialDelaySeconds: 5 - # timeoutSeconds: 5 - resources: - requests: - cpu: 200m - memory: 512Mi - limits: - cpu: 700m + cpu: 1000m memory: 1024Mi + ## For normal operation, uncomment the gateway container. + #- name: gateway + # image: labs.etsi.org:5050/tfs/controller/dlt-gateway:latest + # imagePullPolicy: Always + # ports: + # - containerPort: 50051 + # #readinessProbe: + # # httpGet: + # # path: /health + # # port: 8081 + # # initialDelaySeconds: 5 + # # timeoutSeconds: 5 + # #livenessProbe: + # # httpGet: + # # path: /health + # # port: 8081 + # # initialDelaySeconds: 5 + # # timeoutSeconds: 5 + # resources: + # requests: + # cpu: 250m + # memory: 512Mi + # limits: + # cpu: 1000m + # memory: 1024Mi --- apiVersion: v1 kind: Service diff --git a/manifests/interdomainservice.yaml b/manifests/interdomainservice.yaml index a235834025724cb11e6b26364f25ae9feb28fe8c..8ecf3cd65b9b976bece1cb0ec9d66930393386aa 100644 --- a/manifests/interdomainservice.yaml +++ b/manifests/interdomainservice.yaml @@ -35,9 +35,9 @@ spec: - containerPort: 9192 env: - name: LOG_LEVEL - value: "INFO" + value: "DEBUG" - name: TOPOLOGY_ABSTRACTOR - value: "DISABLE" + value: "ENABLE" readinessProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:10010"] @@ -47,7 +47,7 @@ spec: resources: requests: cpu: 250m - memory: 64Mi + memory: 128Mi limits: cpu: 1000m memory: 1024Mi diff --git a/manifests/mock_blockchain.yaml b/manifests/mock_blockchain.yaml index 1093610f8a0cf4d735e16e99df56cb78fd6481fc..779c80da0b650bc256edcc05686fde2ae23c3190 100644 --- a/manifests/mock_blockchain.yaml +++ b/manifests/mock_blockchain.yaml @@ -34,7 +34,7 @@ spec: - containerPort: 50051 env: - name: LOG_LEVEL - value: "INFO" + value: "DEBUG" readinessProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:50051"] @@ -43,10 +43,10 @@ spec: command: ["/bin/grpc_health_probe", "-addr=:50051"] resources: requests: - cpu: 100m - memory: 512Mi + cpu: 250m + memory: 128Mi limits: - cpu: 700m + cpu: 1000m memory: 1024Mi --- apiVersion: v1 diff --git a/manifests/pathcompservice.yaml b/manifests/pathcompservice.yaml index c85922d961ecc7b99e8fa2476b5e61db7ed52a9d..54ca919021ed0b2a92b4d494b727b8da2ccb12fa 100644 --- a/manifests/pathcompservice.yaml +++ b/manifests/pathcompservice.yaml @@ -36,7 +36,7 @@ spec: - containerPort: 9192 env: - name: LOG_LEVEL - value: "INFO" + value: "DEBUG" readinessProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:10020"] diff --git a/manifests/serviceservice.yaml b/manifests/serviceservice.yaml index 7d7bdaa4ef9ad4972da6236071810c63a9faa4f8..3865fd6c0bee8d5222d57c50df58435a5669b9e1 100644 --- a/manifests/serviceservice.yaml +++ b/manifests/serviceservice.yaml @@ -36,7 +36,7 @@ spec: - containerPort: 9192 env: - name: LOG_LEVEL - value: "INFO" + value: "DEBUG" readinessProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:3030"] diff --git a/manifests/sliceservice.yaml b/manifests/sliceservice.yaml index e7e5c1604a8b971424ff5f7e5bf292c4b263cbfe..61f5b1d21e0e6305449020fccb139a0dfe21b046 100644 --- a/manifests/sliceservice.yaml +++ b/manifests/sliceservice.yaml @@ -36,7 +36,7 @@ spec: - containerPort: 9192 env: - name: LOG_LEVEL - value: "INFO" + value: "DEBUG" - name: SLICE_GROUPING value: "DISABLE" envFrom: diff --git a/manifests/webuiservice.yaml b/manifests/webuiservice.yaml index 43caa9f04b56d6477d82c5a5bb22cb292eec8a90..61bb933127b7300c43f809c11ca6426dc740fb87 100644 --- a/manifests/webuiservice.yaml +++ b/manifests/webuiservice.yaml @@ -56,7 +56,7 @@ spec: timeoutSeconds: 1 resources: requests: - cpu: 50m + cpu: 250m memory: 128Mi limits: cpu: 1000m @@ -97,7 +97,7 @@ spec: cpu: 250m memory: 512Mi limits: - cpu: 500m + cpu: 1000m memory: 1024Mi --- apiVersion: v1