Deployment
Prerequisites
- Access to a running Airy Core installation Get started
- A valid Airy Enterprise token
In order to deploy teams you can apply the following Kubernetes Deployment descriptor to your Airy Core Kubernetes cluster.
- Copy the snippet below to a file called
teams-deployment.yaml
- Replace
<your airy enterprise token>
with the token you received during onboarding - Apply the deployment descriptor by running:
teams-deployment.yaml
Deploying outside of the cluster
You can also run the Teams Docker image on your own using Docker or Kubernetes. For this you need to provide it with the following environment variables:
AIRY_ENTERPRISE_TOKEN
The enterprise token you were given during onboarding.CONVERSATIONS_HOST
The host that serves the/conversations.list
endpoint.