diff options
| author | Santo Cariotti <santo@dcariotti.me> | 2025-01-15 15:21:40 +0000 |
|---|---|---|
| committer | Santo Cariotti <santo@dcariotti.me> | 2025-01-15 15:21:40 +0000 |
| commit | a51ba5d4857b6ceabf87482948a89667d9b58362 (patch) | |
| tree | f76f0c7d78773b9a29819bd042237239ab73543c /run.sh | |
| parent | f9f13898263aff70af604314904c4bddd57fd05f (diff) | |
Add frontend
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" ) |
