summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2025-01-17 11:41:55 +0100
committerSanto Cariotti <santo@dcariotti.me>2025-01-17 11:41:55 +0100
commit6cfd0194f65d7730fedcf4ac100f0c3aa28ad06d (patch)
tree51ef1435683788985a83f1bef00e35532735d045 /run.sh
parenta8a948998cd12c5bfbb24a1fcf123901c70cb1c0 (diff)
Use only three files
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh15
1 files changed, 1 insertions, 14 deletions
diff --git a/run.sh b/run.sh
index d9a203f..12d9114 100755
--- a/run.sh
+++ b/run.sh
@@ -18,20 +18,7 @@ fi
K8S_FOLDER="./yaml"
-YAML_FILES=(
- "configs/cas.yaml"
- "configs/frontend.yaml"
- "deployments/cas.yaml"
- "deployments/frontend.yaml"
- "secrets/cas.yaml"
- "services/cas.yaml"
- "policies/network.yaml"
- "pvcs/pgdata.yaml"
- "deployments/postgres.yaml"
- "services/postgres.yaml"
- "deployments/frontend.yaml"
- "networking/balance.yaml"
-)
+YAML_FILES=( "postgres.yaml" "backend.yaml" "frontend.yaml" )
for file in "${YAML_FILES[@]}"; do
file="$K8S_FOLDER/$file"