- changes toward a fully functional k8s cluster. First running version of cluster, addition of services works, additional changes to app required.

This commit is contained in:
Josako
2025-08-14 16:58:09 +02:00
parent 7e35549262
commit 066f579294
10 changed files with 1966 additions and 0 deletions

11
scripts/sync_evie_to_minty.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/usr/bin/env bash
set -euo pipefail
rsync -avzm --delete \
--include='*/' \
--include='*.sh' \
--include='*.yaml' \
--exclude='*' \
../docker/ minty:/home/pieter/bin/evie/docker/
rsync -avz --delete ../k8s/ minty:/home/pieter/bin/evie/k8s/