Skip to content

Kubernetes Deployment

Adam Hurm edited this page Mar 17, 2024 · 1 revision
# Pull the docker images.
docker pull adamhurm/discord-super-pal
docker pull adamhurm/discord-spin-the-wheel

# Copy the example file and edit to add your secrets.
cp k8s/env-super-pal.yaml.example k8s/env-super-pal.yaml
kubectl apply -f k8s/env-super-pal.yaml

# Create super pal deployment.
kubectl apply -f k8s/deploy-super-pal.yaml

Follow this guide first:

Then, follow the guidance for your chosen deployment method:

Clone this wiki locally