summaryrefslogtreecommitdiff
path: root/f3s/example-apache/helm-chart/README.md
blob: 4eb16d4fb08aed41a8927aeec950219da1bfd930 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Apache Helm Chart

This chart deploys a simple Apache web server.

## Installing the Chart

To install the chart with the release name `my-release`, run the following command:

```bash
helm install example-apache . --namespace test --create-namespace
```