diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-12-20 13:55:04 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-12-20 13:55:04 +0100 |
commit | 75a28c1819a4d14c7a3ffade5e164b441e44b36c (patch) | |
tree | 90fb5d867b13add57548f40efbb4333f182c12c4 /run.sh | |
parent | 137c520f02c15bae932e06611268e6f5135ed42c (diff) |
Add networking and balancing
Diffstat (limited to 'run.sh')
-rwxr-xr-x | run.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |