lnflash / charts

Flash fork of Galoy helm charts
MIT License
2 stars 1 forks source link

Add Nostr multiplexer #36

Closed abhay-raizada closed 1 month ago

brh28 commented 1 month ago

Has this ever been deployed - either in a local or a test environment?

abhay-raizada commented 1 month ago

@brh28 on staging! Ran this command:

helm upgrade --install multiplexer-release . --namespace nostr \
  --set 'ingress.hosts[0].host=staging.flashapp.me' \
  --set 'ingress.hosts[0].paths[0].path=/(.well-known/nostr.json)' \ 
  --set 'ingress.hosts[0].paths[0].pathType=ImplementationSpecific' \
  --set 'ingress.hosts[0].paths[0].backend.serviceName=multiplexer-release-nostr-multiplexer' \
  --set 'ingress.hosts[0].paths[0].backend.servicePort=4000'