Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

[apm-server] liveness & readiness probe values are not valid #488

Closed
acarsercan opened this issue Feb 17, 2020 · 3 comments · Fixed by #671
Closed

[apm-server] liveness & readiness probe values are not valid #488

acarsercan opened this issue Feb 17, 2020 · 3 comments · Fixed by #671
Assignees
Labels
bug Something isn't working

Comments

@acarsercan
Copy link

acarsercan commented Feb 17, 2020

Hi,

values.yaml allows you to set liveness & readiness probes, yet deployment.yaml does not pass the same values

templates/deployment.yaml

        livenessProbe:
          httpGet:
            path: /
            port: http
          initialDelaySeconds: 600
        readinessProbe:
          httpGet:
            path: /
            port: http
          initialDelaySeconds: 600

Regards

@jmlrt jmlrt self-assigned this Mar 5, 2020
@jmlrt jmlrt added enhancement New feature or request bug Something isn't working and removed enhancement New feature or request labels Mar 5, 2020
@jmlrt
Copy link
Member

jmlrt commented Mar 5, 2020

Hi @acarsercan,
Thanks for reporting this issue.
Do you think you could provide a PR to fix it?

@botelastic
Copy link

botelastic bot commented Jun 3, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@jmlrt
Copy link
Member

jmlrt commented Jun 3, 2020

still valid

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants