aeciopires commented on issue #5401:
URL: https://github.com/apache/camel-k/issues/5401#issuecomment-2078170321

   Hi @squakez!
   
   I work together @lsergio. I tried to insert the following configuration into 
the ``Integration`` object.
   But in the ``Knative Service`` object was replicated only the ``class`` and 
``minScale`` parameters. Reading the 
[documentation](https://camel.apache.org/camel-k/2.2.x/traits/knative-service.html)
 I think that ``knative-service.annotations`` it should supported.
   
   How can Camel-K support the other parameters that I specified in the 
annotations?
   
   Thanks for your time and help.
   
   ```yaml
       knative-service:
         annotations:
           autoscaling.knative.dev/class: "kpa.autoscaling.knative.dev"
           autoscaling.knative.dev/container-concurrency-target-default: "100"
           autoscaling.knative.dev/container-concurrency-target-percentage: 
"0.7"
           autoscaling.knative.dev/enable-scale-to-zero: "false"
           autoscaling.knative.dev/max-scale-up-rate: "5"
           autoscaling.knative.dev/max-scale-down-rate: "2"
           autoscaling.knative.dev/panic-window-percentage: "40"
           autoscaling.knative.dev/panic-threshold-percentage: "150"
           autoscaling.knative.dev/scale-to-zero-grace-period: "10s"
           autoscaling.knative.dev/scale-to-zero-pod-retention-period: "0s"
           autoscaling.knative.dev/target-burst-capacity: "-1"
           autoscaling.knative.dev/requests-per-second-target-default: "100"
   ```        


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to