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

/status and ServiceBroker.status() #62

Closed
wants to merge 1 commit into from

Conversation

redorff
Copy link
Contributor

@redorff redorff commented May 28, 2019

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.2%) to 91.637% when pulling 4a2b866 on redorff:status_health_check into 21caa9e on eruvanos:master.

@eruvanos
Copy link
Owner

eruvanos commented Jun 2, 2019

Hi,
will have a look over the next days.

Thank you for contribution.

@eruvanos
Copy link
Owner

No response from author, regarding central implementation questions.
The intention is cover in issue #61.

Further follow up should be done in that issue.

@eruvanos eruvanos closed this Sep 30, 2019
@ralphsmith80
Copy link

This could be useful for livenessProbe and readinessProbe.

Currently I'm doing this:

livenessProbe:
  httpGet:
    path: /v2/catalog
    port: http
    httpHeaders:
    - name: X-Broker-API-Version
      value: "2.14"
  initialDelaySeconds: 300
  periodSeconds: 30
readinessProbe:
  httpGet:
    path: /v2/catalog
    port: http
    httpHeaders:
    - name: X-Broker-API-Version
      value: "2.14"
  initialDelaySeconds: 5
  periodSeconds: 3

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

Successfully merging this pull request may close these issues.

4 participants