We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running the example in:
With command:
kamel run API.java --open-api openapi.yaml --property-file application-prod.properties -t probes.enabled=true -t probes.bind-port=8080
The Ksvc is populated with the following probes:
readinessProbe: successThreshold: 1 tcpSocket: port: 0
No liveness probe.
It seems something attached by Knative, while my settings are lost.
Looking at the trait, the trait applies only to deployments, while it should look for containers in the collection.
The text was updated successfully, but these errors were encountered:
Probes not bound to Knative services apache#1341
8fc3bda
90b7e86
17dc406
Probes not bound to Knative services #1341
7046da6
lburgazzoli
Successfully merging a pull request may close this issue.
Running the example in:
With command:
The Ksvc is populated with the following probes:
No liveness probe.
It seems something attached by Knative, while my settings are lost.
Looking at the trait, the trait applies only to deployments, while it should look for containers in the collection.
The text was updated successfully, but these errors were encountered: