summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-12-20 13:55:04 +0100
committerSanto Cariotti <santo@dcariotti.me>2024-12-20 13:55:04 +0100
commit75a28c1819a4d14c7a3ffade5e164b441e44b36c (patch)
tree90fb5d867b13add57548f40efbb4333f182c12c4 /run.sh
parent137c520f02c15bae932e06611268e6f5135ed42c (diff)
Add networking and balancing
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/run.sh b/run.sh
index 38bbdaa..96b33bc 100755
--- a/run.sh
+++ b/run.sh
@@ -27,6 +27,8 @@ YAML_FILES=(
"pvcs/pgdata.yaml"
"deployments/postgres.yaml"
"services/postgres.yaml"
+ "networking/ingress.yaml"
+ "networking/balance.yaml"
)
for file in "${YAML_FILES[@]}"; do