Loading manifests/deviceservice.yaml +8 −3 Original line number Diff line number Diff line Loading @@ -41,6 +41,11 @@ spec: env: - name: LOG_LEVEL value: "DEBUG" startupProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:2020"] failureThreshold: 30 periodSeconds: 10 readinessProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:2020"] Loading @@ -49,11 +54,11 @@ spec: command: ["/bin/grpc_health_probe", "-addr=:2020"] resources: requests: cpu: 150m memory: 128Mi limits: cpu: 500m memory: 512Mi limits: cpu: 1000m memory: 1024Mi --- apiVersion: v1 kind: Service Loading Loading
manifests/deviceservice.yaml +8 −3 Original line number Diff line number Diff line Loading @@ -41,6 +41,11 @@ spec: env: - name: LOG_LEVEL value: "DEBUG" startupProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:2020"] failureThreshold: 30 periodSeconds: 10 readinessProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:2020"] Loading @@ -49,11 +54,11 @@ spec: command: ["/bin/grpc_health_probe", "-addr=:2020"] resources: requests: cpu: 150m memory: 128Mi limits: cpu: 500m memory: 512Mi limits: cpu: 1000m memory: 1024Mi --- apiVersion: v1 kind: Service Loading