.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…
brew install flyctl && fly launch --from https://github.com/bridgetkromhout/osm
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/bridgetkromhout/osm
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/bridgetkromhout/osm