[ 
https://issues.apache.org/jira/browse/CAMEL-20990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Work on CAMEL-20990 started by Thomas Diesler.
----------------------------------------------
> camel-jbang: startup, readiness and liveness probes in kubernetes spring-boot
> -----------------------------------------------------------------------------
>
>                 Key: CAMEL-20990
>                 URL: https://issues.apache.org/jira/browse/CAMEL-20990
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-jbang
>            Reporter: Thomas Diesler
>            Assignee: Thomas Diesler
>            Priority: Major
>             Fix For: 4.8.0
>
>
> In kubernetes quarkus we have 
> {code}
>       containers:
>         - image: quay.io/examples/timer-log:1.0.0
>           imagePullPolicy: IfNotPresent
>           livenessProbe:
>             failureThreshold: 3
>             httpGet:
>               path: /q/health/live
>               port: 8080
>               scheme: HTTP
>             initialDelaySeconds: 5
>             periodSeconds: 10
>             successThreshold: 1
>             timeoutSeconds: 10
>           name: timer-log
>           ports:
>             - containerPort: 8080
>               name: http
>               protocol: TCP
>           readinessProbe:
>             failureThreshold: 3
>             httpGet:
>               path: /q/health/ready
>               port: 8080
>               scheme: HTTP
>             initialDelaySeconds: 5
>             periodSeconds: 10
>             successThreshold: 1
>             timeoutSeconds: 10
>           startupProbe:
>             failureThreshold: 3
>             httpGet:
>               path: /q/health/started
>               port: 8080
>               scheme: HTTP
>             initialDelaySeconds: 5
>             periodSeconds: 10
>             successThreshold: 1
>             timeoutSeconds: 10
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to