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

Readiness probe failed: HTTP probe failed with statuscode: 503 #916

Open
ynsdll opened this issue Oct 9, 2024 · 0 comments
Open

Readiness probe failed: HTTP probe failed with statuscode: 503 #916

ynsdll opened this issue Oct 9, 2024 · 0 comments

Comments

@ynsdll
Copy link

ynsdll commented Oct 9, 2024

I have found issues about statuscode: 503. There is an offer that adding trailing slash at the end of config.gitlab.url but it doesnt affect me. I am always getting 503 and pod waiting Running 0/1 status

values.yaml

# config -- configuration of the exporter
config:
  log:
    level: info
  gitlab:
    url: https://gitlab.com/
    maximum_requests_per_second: 1
    burstable_requests_per_second: 5
    maximum_jobs_queue_size: 10000
  pull:
    metrics:
      interval_seconds: 120
  project_defaults:
    pull:
      environments:
        enabled: true
      pipeline:
        jobs:
          enabled: true
  projects:
    - name: backend/auth-api
    - name: backend/b2b-api
    - name: backend/b2b-api-gateway
    - name: backend/backoffice-api
    - name: backend/backoffice-graphql
    - name: backend/balance-api
    - name: backend/bank-settlement-api
    - name: backend/chatbot-api
    - name: backend/config-server
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