-
Notifications
You must be signed in to change notification settings - Fork 23
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
base: main
Are you sure you want to change the base?
Adding https support on OpenShift #115
Conversation
|
||
# -- (object) The readinessProbe to use for the krakend pod | ||
readinessProbe: | ||
httpGet: | ||
path: /__health | ||
port: http | ||
scheme: HTTPS |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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.
No description provided.