postgres and hello world server

This commit is contained in:
talksik
2023-07-28 14:29:16 -07:00
parent 87c01fbcfa
commit 0d894d164b
4 changed files with 91 additions and 0 deletions
Executable
+10
View File
@@ -0,0 +1,10 @@
#!/bin/bash
echo "if there is an error, make sure to prune the volume and then rerun this script" &&
podman volume prune &&
podman play kube postgres-pvc.yaml --replace &&
podman play kube postgres-deployment.yaml --replace &&
podman play kube helloworld.yaml --replace