feat(plugins): add Caddy reverse proxy integration

This commit is contained in:
Alexis Couvreur
2023-02-19 15:36:53 -05:00
parent 5e85cdbc69
commit 60b50971b7
29 changed files with 3042 additions and 31 deletions

View File

@@ -22,7 +22,6 @@ destroy_kubernetes() {
docker compose -f $DOCKER_COMPOSE_FILE -p $DOCKER_COMPOSE_PROJECT_NAME down --volumes
}
prepare_deployment() {
kubectl apply -f ./manifests/sablier.yml
kubectl apply -f ./manifests/deployment.yml