From a51ba5d4857b6ceabf87482948a89667d9b58362 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Wed, 15 Jan 2025 16:21:40 +0100 Subject: Add frontend --- run.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'run.sh') 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" ) -- cgit v1.2.3-71-g8e6c