Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 07d3ac6

Browse files
authored
fix: set event-gateway-demo domain extension to .com
1 parent 28a1137 commit 07d3ac6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deployments/k8s/event-gateway-demo/event-gateway-demo.asyncapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ info:
66
defaultContentType: application/json
77
servers:
88
asyncapi-event-gateway-demo:
9-
url: 'event-gateway-demo.asyncapi.org:20472'
9+
url: 'event-gateway-demo.asyncapi.com:20472'
1010
protocol: kafka
1111
description: AsyncAPI [Event-Gateway](https://github.com/asyncapi/event-gateway) demo Kafka proxy. Expected messages are based on a small portion of the [StreetLights tutorial](https://bit.ly/asyncapi).
1212
asyncapi-event-gateway-demo-validation:
13-
url: 'event-gateway-demo.asyncapi.org:5000/ws'
13+
url: 'event-gateway-demo.asyncapi.com:5000/ws'
1414
protocol: ws
1515
description: AsyncAPI [Event-Gateway](https://github.com/asyncapi/event-gateway) demo. Subscribe for Kafka proxy message validation errors.
1616
asyncapi-kafka-test:

deployments/k8s/event-gateway-demo/templates/NOTES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
If this is the first time you create this app, or you changed the service.type value to LoadBalancer, you should redeploy it by setting the recently created Load Balancer IP as proxy ip.
33

44
Please run:
5-
export LB_IP=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath={.status.loadBalancer.ingress[0].ip} service {{ include "asyncapi-event-gateway.fullname" . }})
5+
export LB_IP=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath={.status.loadBalancer.ingress[0].ip} service {{ .Chart.Name }}-asyncapi-event-gateway)
66

7-
Then redeploy your chart and include the following config: --set asyncapi-event-gateway.env.EVENTGATEWAY_KAFKA_PROXY_ADDRESS=$LB_IP
7+
Then redeploy your chart (by using `upgrade` instead of `install`) and include the following config: --set asyncapi-event-gateway.env.EVENTGATEWAY_KAFKA_PROXY_ADDRESS=$LB_IP
88
{{ end }}

0 commit comments

Comments
 (0)