moehajj commented on issue #2205: URL: https://github.com/apache/camel-k/issues/2205#issuecomment-817995813
Command: ``` kamel run \ -t container.service-port-name=h2c \ -t container.service-port=9000 \ -t knative.enabled=true \ -t knative-service.enabled=true \ -t knative-service.auto=true \ -t knative-service.autoscaling-class=kpa.autoscaling.knative.dev \ -t knative-service.min-scale=1 \ -t knative-service.max-scale=1 \ -d mvn:com.sample.compute:compute-proto:1.0.0-SNAPSHOT \ -d mvn:org.apache.camel:camel-grpc:3.9.0 \ -d mvn:org.apache.camel:camel-componentdsl:3.9.0 \ SampleGrpcCamelRoute.java ``` Output ``` $ kubectl get it sample-grpc-camel-route NAME PHASE KIT REPLICAS sample-grpc-camel-route Running kit-c1q88iiga9qjbbv623lg 1 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org