Loading manifests/forecasterservice.yaml +6 −6 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ spec: image: labs.etsi.org:5050/tfs/controller/forecaster:latest imagePullPolicy: Always ports: - containerPort: 2020 - containerPort: 10040 - containerPort: 9192 env: - name: LOG_LEVEL Loading @@ -41,15 +41,15 @@ spec: value: "10" startupProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:2020"] command: ["/bin/grpc_health_probe", "-addr=:10040"] failureThreshold: 30 periodSeconds: 1 readinessProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:2020"] command: ["/bin/grpc_health_probe", "-addr=:10040"] livenessProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:2020"] command: ["/bin/grpc_health_probe", "-addr=:10040"] resources: requests: cpu: 250m Loading @@ -71,8 +71,8 @@ spec: ports: - name: grpc protocol: TCP port: 2020 targetPort: 2020 port: 10040 targetPort: 10040 - name: metrics protocol: TCP port: 9192 Loading Loading
manifests/forecasterservice.yaml +6 −6 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ spec: image: labs.etsi.org:5050/tfs/controller/forecaster:latest imagePullPolicy: Always ports: - containerPort: 2020 - containerPort: 10040 - containerPort: 9192 env: - name: LOG_LEVEL Loading @@ -41,15 +41,15 @@ spec: value: "10" startupProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:2020"] command: ["/bin/grpc_health_probe", "-addr=:10040"] failureThreshold: 30 periodSeconds: 1 readinessProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:2020"] command: ["/bin/grpc_health_probe", "-addr=:10040"] livenessProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:2020"] command: ["/bin/grpc_health_probe", "-addr=:10040"] resources: requests: cpu: 250m Loading @@ -71,8 +71,8 @@ spec: ports: - name: grpc protocol: TCP port: 2020 targetPort: 2020 port: 10040 targetPort: 10040 - name: metrics protocol: TCP port: 9192 Loading