Skip to content
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

akhq wrong management port (8081) in manifest #1

Open
andchar opened this issue Apr 4, 2022 · 0 comments
Open

akhq wrong management port (8081) in manifest #1

andchar opened this issue Apr 4, 2022 · 0 comments

Comments

@andchar
Copy link

andchar commented Apr 4, 2022

akhq pod doesn't pass livenessProbe due to wrong management port in manifest:

  containers:
    - name: akhq
      image: 'tchiotludo/akhq:latest'
      ports:
        - name: http
          containerPort: 8080
          protocol: TCP
        - name: management
          containerPort: 8081
          protocol: TCP

Solution:
containerPort: 28081

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant