GitDeployHub

bridgetkromhout/osm

github.com/bridgetkromhout/osm ↗
Go
7 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • CTR_REGISTRY mandatory: URL of the container registry to use. Default (local Kind registry): localhost:5000 Azure Container Registry (ACR) example:…
  • CTR_REGISTRY_PASSWORD secret mandatory: Password to the container registry to use. Leave blank if no authentication is required. For Azure Container Registry (ACR), the…
  • K8S_NAMESPACE optional: Kubernetes namespace where OSM will be installed. This cannot be the default namespace because it has to be a namespace that can…
  • BOOKBUYER_NAMESPACE optional: Kubernetes namespace where bookbuyer app will be installed. This cannot be the default namespace because it has to be a namespace…
  • BOOKTHIEF_NAMESPACE optional: Kubernetes namespace where bookthief app will be installed. This cannot be the default namespace because it has to be a namespace…
  • BOOKSTORE_NAMESPACE optional: Kubernetes namespace where bookstore app will be installed. This cannot be the default namespace because it has to be a namespace…
  • BOOKWAREHOUSE_NAMESPACE optional: Kubernetes namespace where bookwarehouse app will be installed. This cannot be the default namespace because it has to be a…
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/bridgetkromhout/osm
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/bridgetkromhout/osm
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/bridgetkromhout/osm
Or deploy to a different host
← Try another repo