Actualiser z2/start-app.sh

This commit is contained in:
Antonin Filippi 2025-04-23 07:27:57 +00:00
parent 0ed027d8f6
commit 2398735bcb

View File

@ -11,10 +11,6 @@ NAMESPACE="my-app"
echo "Creating namespace..."
kubectl apply -f namespace.yaml
# (optional) if youve 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