Skip to content

GKE Ingress #87

Description

@keewooi

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions