diff options
Diffstat (limited to 'run.sh')
-rwxr-xr-x | run.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" ) |