You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "astelmashenko (via GitHub)" <gi...@apache.org> on 2023/05/08 07:39:28 UTC

[GitHub] [camel-k] astelmashenko commented on issue #4333: Camel-k does not terminate previous pods after updating of integration

astelmashenko commented on issue #4333:
URL: https://github.com/apache/camel-k/issues/4333#issuecomment-1537899634

   > I do not understand why you are explicitly using `--trait knative-service.enabled=true` on that integration?
   
   That's because we rely on other knative service parameters:
   ```
           --trait knative-service.min-scale=1 \
           --trait knative-service.max-scale=3 \
           --trait knative-service.enabled=true \
           --trait knative-service.autoscaling-class=hpa.autoscaling.knative.dev \
           --trait knative-service.autoscaling-metric=cpu \
           --trait knative-service.autoscaling-target=70 \
   ```


-- 
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-unsubscribe@camel.apache.org

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