-
Notifications
You must be signed in to change notification settings - Fork 0
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.yamlFollow this guide first:
Then, follow the guidance for your chosen deployment method: