-
Notifications
You must be signed in to change notification settings - Fork 529
New issue
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
k8s:resource
doesn't automatically pick up port from Quarkus application.properties
#2239
Comments
@rohanKanojia |
@asingh2295 : Thanks for showing interest. You need to make changes in QuarkusHealthCheckEnricher I've done same changes for Helidon in #2235 |
asingh2295
added a commit
to asingh2295/jkube
that referenced
this issue
Jul 18, 2023
asingh2295
added a commit
to asingh2295/jkube
that referenced
this issue
Jul 18, 2023
Signed-off-by: Ankit Singh <ankit2.singh@samsung.com>
asingh2295
added a commit
to asingh2295/jkube
that referenced
this issue
Jul 18, 2023
Signed-off-by: Ankit Singh <ankit2.singh@samsung.com>
asingh2295
added a commit
to asingh2295/jkube
that referenced
this issue
Jul 18, 2023
Signed-off-by: Ankit Singh <ankit2.singh@samsung.com>
This was referenced Jul 18, 2023
rohanKanojia
pushed a commit
to asingh2295/jkube
that referenced
this issue
Jul 27, 2023
Signed-off-by: Ankit Singh <ankit2.singh@samsung.com>
rohanKanojia
pushed a commit
to asingh2295/jkube
that referenced
this issue
Jul 31, 2023
Signed-off-by: Ankit Singh <ankit2.singh@samsung.com>
rohanKanojia
pushed a commit
to asingh2295/jkube
that referenced
this issue
Aug 23, 2023
Signed-off-by: Ankit Singh <ankit2.singh@samsung.com>
manusa
pushed a commit
that referenced
this issue
Aug 24, 2023
Signed-off-by: Ankit Singh <ankit2.singh@samsung.com>
manusa
added a commit
to manusa/jkube
that referenced
this issue
Aug 24, 2023
…kube#2287 Signed-off-by: Marc Nuri <marc@marcnuri.com>
17 tasks
manusa
added a commit
that referenced
this issue
Aug 24, 2023
Signed-off-by: Marc Nuri <marc@marcnuri.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
In a Quarkus project, when I specify port via application.properties:
quarkus.http.port=9000
k8s:build
does pick up this port and exposes9000
port in container image. However,k8s:resource
doesn't seem to add9000
port in generated Kubernetes liveness, readiness and startup probes.If I add extra jkube-healthcheck-quarkus enricher configuration for port, it works:
Eclipse JKube version
1.13.1
Component
Kubernetes Maven Plugin
Apache Maven version
None
Gradle version
None
Steps to reproduce
k8s:resource
, generated manifests contains probes containing8080
portExpected behavior
Port should be automatically detected from properties while generating health checks
Runtime
Kubernetes (vanilla)
Kubernetes API Server version
1.25.3
Environment
Linux
Eclipse JKube Logs
No response
Sample Reproducer Project
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: