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

is there any way to set the liveness probe and readiness probe in the values.yaml? #9

Open
LiDaiyan opened this issue Dec 23, 2024 · 1 comment
Labels
EnglishNative This issue is conveyed exclusively in English.

Comments

@LiDaiyan
Copy link

the default timeoutSeconds of liveness probe and readiness probe is both 1s, when the health check delay to the 5s, the srs server pod is always restarting. I want a way to set timeourSeconds in the helm chart values.yaml or it can be edited in the templates?

@winlinvip winlinvip added the EnglishNative This issue is conveyed exclusively in English. label Dec 23, 2024
@LiDaiyan
Copy link
Author

LiDaiyan commented Dec 23, 2024

this is the srs-server deployment

       livenessProbe:
        httpGet:
          path: /
          port: http
          scheme: HTTP
        timeoutSeconds: 1
        periodSeconds: 10
        successThreshold: 1
        failureThreshold: 3
      readinessProbe:
        httpGet:
          path: /
          port: http
          scheme: HTTP
        timeoutSeconds: 1
        periodSeconds: 10
        successThreshold: 1
        failureThreshold: 3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EnglishNative This issue is conveyed exclusively in English.
Projects
None yet
Development

No branches or pull requests

2 participants