File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
infra/openshift-manifests Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ act --job=build \
38
38
39
39
` ` ` shell
40
40
export DOCKER_REPO_OVERRIDE=" quay.io/kevent-mesh"
41
- export AI_DEMO_IMAGE_TAG=" main "
41
+ export AI_DEMO_IMAGE_TAG=" my-tag "
42
42
43
43
./infra/openshift-manifests/install.sh
44
44
` ` `
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ function add_minio_webhook(){
70
70
71
71
function patch_knative_serving(){
72
72
# patch knative serving to use http instead of https in the service status url
73
- oc patch knativeserving -n knative-serving knative-serving -p ' {"spec":{"config":{"network":{"default-external-scheme": "https "}}}}' --type=merge
73
+ oc patch knativeserving -n knative-serving knative-serving -p ' {"spec":{"config":{"network":{"default-external-scheme": "http "}}}}' --type=merge
74
74
75
75
# patch knative serving to only keep one revision of a service
76
76
kubectl patch configmap/config-gc \
@@ -93,7 +93,7 @@ function patch_ui_service_configmap(){
93
93
echo " uploadServiceUrl: ${uploadServiceUrl} "
94
94
95
95
replyServiceUrl=$( oc get route -n ai-demo reply-service -o jsonpath=" {.spec.host}" )
96
- replyServiceUrl=" https ://${replyServiceUrl} "
96
+ replyServiceUrl=" http ://${replyServiceUrl} "
97
97
echo " replyServiceUrl: ${replyServiceUrl} "
98
98
99
99
feedbackServiceUrl=$( oc get ksvc -n ai-demo feedback-service -o jsonpath=" {.status.url}" )
Original file line number Diff line number Diff line change @@ -138,6 +138,4 @@ spec:
138
138
name : reply-service-exposed
139
139
port :
140
140
targetPort : 8080
141
- tls :
142
- termination : edge
143
141
wildcardPolicy : None
You can’t perform that action at this time.
0 commit comments