summaryrefslogtreecommitdiff
path: root/f3s/example-apache-volume-claim/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'f3s/example-apache-volume-claim/Makefile')
-rw-r--r--f3s/example-apache-volume-claim/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/f3s/example-apache-volume-claim/Makefile b/f3s/example-apache-volume-claim/Makefile
new file mode 100644
index 0000000..d0c3044
--- /dev/null
+++ b/f3s/example-apache-volume-claim/Makefile
@@ -0,0 +1,11 @@
+apply:
+ kubectl apply -f apache-persistent-volume.yaml
+ kubectl apply -f apache-service.yaml
+ kubectl apply -f apache-deployment.yaml
+ kubectl apply -f apache-ingress.yaml
+
+delete:
+ kubectl delete -f apache-ingress.yaml
+ kubectl delete -f apache-service.yaml
+ kubectl delete -f apache-deployment.yaml
+ kubectl delete -f apache-persistent-volume.yaml