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

Adding https support on OpenShift #115

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

joeslow
Copy link

@joeslow joeslow commented Oct 9, 2024

No description provided.


# -- (object) The readinessProbe to use for the krakend pod
readinessProbe:
httpGet:
path: /__health
port: http
scheme: HTTPS
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We might need to use a macro for this instead of setting it up directly here. HTTPS won't work in default settings where TLS is not handled by krakend.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note this is still a blocker for merging this.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I thought I created the pull request in DRAFT mode, I wasn't done yet and I'm aware that there are some things that are not yet general enough but just take care of my own issue. I will try and generalize and address your comments

@@ -6,5 +6,5 @@ description: |-
and maintained by your friends at Equinix Metal

type: application
version: 0.1.35
version: 0.1.35-os-2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this a slip up?


# -- (object) The readinessProbe to use for the krakend pod
readinessProbe:
httpGet:
path: /__health
port: http
scheme: HTTPS
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note this is still a blocker for merging this.

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.

2 participants