summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2025-01-15 16:21:40 +0100
committerSanto Cariotti <santo@dcariotti.me>2025-01-15 16:21:40 +0100
commita51ba5d4857b6ceabf87482948a89667d9b58362 (patch)
treef76f0c7d78773b9a29819bd042237239ab73543c /run.sh
parentf9f13898263aff70af604314904c4bddd57fd05f (diff)
Add frontend
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/run.sh b/run.sh
index ecfcccd..d9a203f 100755
--- a/run.sh
+++ b/run.sh
@@ -20,13 +20,16 @@ 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"
)