diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-27 21:00:12 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-27 21:00:12 +0200 |
| commit | 94c0db2c8badc141ed9f35ade9f5f47bad8b3fc7 (patch) | |
| tree | 1562dbceb91a2eb92090389c0d04e33e42966eda /f3s/apache/helm-chart/README.md | |
| parent | 55a69e2dd06523cf7f466fd21e4e14c04ac3a3e8 (diff) | |
add apache
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 |
