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

Commit

Permalink
fix: set event-gateway-demo domain extension to .com
Browse files Browse the repository at this point in the history
  • Loading branch information
smoya committed Dec 14, 2021
1 parent 28a1137 commit 07d3ac6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ info:
defaultContentType: application/json
servers:
asyncapi-event-gateway-demo:
url: 'event-gateway-demo.asyncapi.org:20472'
url: 'event-gateway-demo.asyncapi.com:20472'
protocol: kafka
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).
asyncapi-event-gateway-demo-validation:
url: 'event-gateway-demo.asyncapi.org:5000/ws'
url: 'event-gateway-demo.asyncapi.com:5000/ws'
protocol: ws
description: AsyncAPI [Event-Gateway](https://github.com/asyncapi/event-gateway) demo. Subscribe for Kafka proxy message validation errors.
asyncapi-kafka-test:
Expand Down
4 changes: 2 additions & 2 deletions deployments/k8s/event-gateway-demo/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
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.

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

Then redeploy your chart and include the following config: --set asyncapi-event-gateway.env.EVENTGATEWAY_KAFKA_PROXY_ADDRESS=$LB_IP
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
{{ end }}

0 comments on commit 07d3ac6

Please sign in to comment.