summaryrefslogtreecommitdiff
path: root/gemfeed/examples/conf/f3s/example-apache-volume-claim/helm-chart/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'gemfeed/examples/conf/f3s/example-apache-volume-claim/helm-chart/README.md')
-rw-r--r--gemfeed/examples/conf/f3s/example-apache-volume-claim/helm-chart/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/gemfeed/examples/conf/f3s/example-apache-volume-claim/helm-chart/README.md b/gemfeed/examples/conf/f3s/example-apache-volume-claim/helm-chart/README.md
new file mode 100644
index 00000000..23d14cde
--- /dev/null
+++ b/gemfeed/examples/conf/f3s/example-apache-volume-claim/helm-chart/README.md
@@ -0,0 +1,11 @@
+# Apache Helm Chart with Persistent Volume
+
+This chart deploys a simple Apache web server with a persistent volume claim.
+
+## Installing the Chart
+
+To install the chart with the release name `my-release`, run the following command:
+
+```bash
+helm install example-apache-volume-claim . --namespace test --create-namespace
+``` \ No newline at end of file