From 2398735bcb368b7286541ca360d95d6d2a971ed8 Mon Sep 17 00:00:00 2001 From: Antonin Filippi Date: Wed, 23 Apr 2025 07:27:57 +0000 Subject: [PATCH] Actualiser z2/start-app.sh --- z2/start-app.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/z2/start-app.sh b/z2/start-app.sh index 2c23a1f..bee8996 100644 --- a/z2/start-app.sh +++ b/z2/start-app.sh @@ -11,10 +11,6 @@ NAMESPACE="my-app" echo "Creating namespace..." kubectl apply -f namespace.yaml -# (optional) if you’ve switched to emptyDir for Postgres storage, skip PVC -# echo "Creating PersistentVolumeClaim..." -# kubectl apply -f persistent-storage.yaml - echo "Deploying PostgreSQL..." kubectl apply -f postgres-deployment.yaml kubectl apply -f postgres-service.yaml