Skip to content

Commit 68acd00

Browse files
authored
chore: use https for dex route instead of h2 (redhat-appstudio#10394)
This commit aims to check if the annotation `proxy.openshift.io/backend-protocol` set to `https` can handle the health check from openshift ingress. Jira KFLUXUI-1023
1 parent 9a086d3 commit 68acd00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/konflux-ui/staging/base/route-and-oauth.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ kind: Route
2424
metadata:
2525
name: konflux-idp
2626
annotations:
27-
proxy.openshift.io/backend-protocol: h2
27+
proxy.openshift.io/backend-protocol: https
2828
spec:
2929
host: tba
3030
path: /idp

0 commit comments

Comments
 (0)