Actualiser z2/start-app.sh
This commit is contained in:
parent
0ed027d8f6
commit
2398735bcb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user