Loading manifests/dltservice.yaml +33 −32 Original line number Diff line number Diff line Loading @@ -36,11 +36,11 @@ spec: 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" ## For debug purposes. Comment out DLT_GATEWAY_HOST and DLT_GATEWAY_PORT to use the 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"] Loading @@ -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 ## To use a real BlockChain 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 Loading manifests/interdomainservice.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ spec: resources: requests: cpu: 250m memory: 64Mi memory: 128Mi limits: cpu: 1000m memory: 1024Mi Loading manifests/mock_blockchain.yaml +3 −3 Original line number Diff line number Diff line Loading @@ -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 Loading manifests/webuiservice.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ spec: timeoutSeconds: 1 resources: requests: cpu: 50m cpu: 250m memory: 128Mi limits: cpu: 1000m Loading Loading @@ -97,7 +97,7 @@ spec: cpu: 250m memory: 512Mi limits: cpu: 500m cpu: 1000m memory: 1024Mi --- apiVersion: v1 Loading Loading
manifests/dltservice.yaml +33 −32 Original line number Diff line number Diff line Loading @@ -36,11 +36,11 @@ spec: 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" ## For debug purposes. Comment out DLT_GATEWAY_HOST and DLT_GATEWAY_PORT to use the 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"] Loading @@ -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 ## To use a real BlockChain 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 Loading
manifests/interdomainservice.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ spec: resources: requests: cpu: 250m memory: 64Mi memory: 128Mi limits: cpu: 1000m memory: 1024Mi Loading
manifests/mock_blockchain.yaml +3 −3 Original line number Diff line number Diff line Loading @@ -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 Loading
manifests/webuiservice.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ spec: timeoutSeconds: 1 resources: requests: cpu: 50m cpu: 250m memory: 128Mi limits: cpu: 1000m Loading Loading @@ -97,7 +97,7 @@ spec: cpu: 250m memory: 512Mi limits: cpu: 500m cpu: 1000m memory: 1024Mi --- apiVersion: v1 Loading