- Check-in voordat we aan bugfix beginnen te werken.

- Introductie van static-files serving met standaard nginx (niet ons docker nginx image), en een rsync service om static files te synchroniseren. Nog niet volledig afgewerkt!
This commit is contained in:
Josako
2025-08-21 05:48:03 +02:00
parent 9c63ecb17f
commit 4c00d33bc3
10 changed files with 467 additions and 194 deletions

View File

@@ -71,8 +71,7 @@ create_host_directories() {
"$BASE_DIR/prometheus"
"$BASE_DIR/grafana"
"$BASE_DIR/certs"
)
"$BASE_DIR/static-files" )
for dir in "${directories[@]}"; do
if [ ! -d "$dir" ]; then
mkdir -p "$dir"
@@ -353,6 +352,7 @@ apply_manifests() {
manifests=(
"namespace.yaml"
"persistent-volumes.yaml"
"static-files-access.yaml"
"config-secrets.yaml"
"network-policies.yaml"
)