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

GKE Ingress #87

Open
keewooi opened this issue Jul 1, 2020 · 0 comments
Open

GKE Ingress #87

keewooi opened this issue Jul 1, 2020 · 0 comments

Comments

@keewooi
Copy link

keewooi commented Jul 1, 2020

Hi,

I intend to deploy this into a GKE cluster and would like to use its Ingress instead of Nginx. One of the GKE ingress requirements is to have all services return a 200 at '/' or a readinessProbe on a path that returns a 200 (1), otherwise the backend will be seen as unhealthy.

For key-submission, I can set up a readinessProbe like the following:

readinessProbe:
  httpGet:
    path: /exposure-configuration/ON.json
    port: 8001

I can't find out a way to do for key-retrieval though.

Can you please advise if there is a recommended way to make the server work with GKE Ingress? Thanks.

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