From 75a28c1819a4d14c7a3ffade5e164b441e44b36c Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Fri, 20 Dec 2024 13:55:04 +0100 Subject: Add networking and balancing --- run.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'run.sh') 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 -- cgit v1.2.3-18-g5258