This repository contains the manifests and scripts to deploy the application with Kubernetes.
- A Kubernetes cluster
- kubectl
Before deploying the application, you need to configure sealed secrets keys. Just upload all the keys to the system/sealed-secrets-keys directory.
To deploy the application, run the following command:
./apply.sh
To undeploy the application, run the following command:
./delete.sh