Add Dockerfile, K8s manifests, and deploy.sh for plexnuke k3s cluster

This commit is contained in:
2026-06-27 16:51:01 -05:00
parent 1bd5325baa
commit 3bf7642343
7 changed files with 236 additions and 1 deletions
+1
View File
@@ -62,6 +62,7 @@ stringData:
POSTGRES_USER: lahuasca
POSTGRES_PASSWORD: "$PASSWORD"
POSTGRES_DB: lahuasca
DATABASE_URL: "postgres://lahuasca:${PASSWORD}@postgres:5432/lahuasca"
EOF
echo "Database secret updated in namespace $NAMESPACE"