summaryrefslogtreecommitdiff
path: root/f3s/apache/helm-chart/README.md
blob: 14522b916a05d05099b864f6c8e5ba551ad3107f (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 apache . --namespace services --create-namespace
```