summaryrefslogtreecommitdiff
path: root/f3s/example-apache-volume-claim/helm-chart/README.md
blob: 23d14cde572e78c964ee6188268f2beccb6aadf7 (plain)
1
2
3
4
5
6
7
8
9
10
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
```