diff options
Diffstat (limited to 'f3s/apache/helm-chart/README.md')
| -rw-r--r-- | f3s/apache/helm-chart/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/f3s/apache/helm-chart/README.md b/f3s/apache/helm-chart/README.md new file mode 100644 index 0000000..2ea4096 --- /dev/null +++ b/f3s/apache/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 apache . --namespace test --create-namespace +```
\ No newline at end of file |
