summaryrefslogtreecommitdiff
path: root/f3s/example-apache-volume-claim/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-08-07 09:27:36 +0300
committerPaul Buetow <paul@buetow.org>2025-08-07 09:27:36 +0300
commit4849dd092768adc37f5cfd482f4f0b62d372c679 (patch)
tree815cbd34e6be69bd2afe74f8ca6d667621e05a8a /f3s/example-apache-volume-claim/Makefile
parent26c057da0d73adb9546a6e464d79208e31b28cc9 (diff)
migrate to be a helm chart
Diffstat (limited to 'f3s/example-apache-volume-claim/Makefile')
-rw-r--r--f3s/example-apache-volume-claim/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/f3s/example-apache-volume-claim/Makefile b/f3s/example-apache-volume-claim/Makefile
index d0c3044..19f4714 100644
--- a/f3s/example-apache-volume-claim/Makefile
+++ b/f3s/example-apache-volume-claim/Makefile
@@ -1,11 +1,5 @@
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
+ helm install example-apache-volume-claim ./helm-chart
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
+ helm uninstall example-apache-volume-claim \ No newline at end of file