https://github.com/valerauko/pehelypress
Lightweight Helm chart for deploying Wordpress
https://github.com/valerauko/pehelypress
hacktoberfest helm helm-chart kubernetes wordpress
Last synced: about 1 month ago
JSON representation
Lightweight Helm chart for deploying Wordpress
- Host: GitHub
- URL: https://github.com/valerauko/pehelypress
- Owner: valerauko
- License: gpl-3.0
- Created: 2020-06-29T07:23:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-11-05T13:20:12.000Z (8 months ago)
- Last Synced: 2025-11-05T15:12:33.560Z (8 months ago)
- Topics: hacktoberfest, helm, helm-chart, kubernetes, wordpress
- Language: Mustache
- Homepage:
- Size: 96.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README

# Pehelypress
>pehely (Hungarian, n): (down) feather
I just wanted to install [Wodpress](https://wordpress.org) on my [k3s](https://k3s.io) instance. This Helm chart exists to make that simple.
## Installation
However you usually install Helm charts. [I personally use](https://github.com/valerauko/sut/tree/master) [ArgoCD](https://argoproj.github.io/argo-cd/) to manage that stuff.
## Values
Please refer to [values.yaml](https://github.com/valerauko/pehelypress/blob/master/values.yaml).
## Reason
Bitnami's [Wordpress chart](https://github.com/bitnami/charts/tree/master/bitnami/wordpress) while probably wonderful runs some apparently pretty heavy installation scripts that ate up all the resources on my tiny server and kept failing.
This chart does nothing so fancy and uses the official [Wordpress](https://hub.docker.com/_/wordpress/) and [Nginx](https://hub.docker.com/_/nginx/) images.
Thus the name: featherweight.
## Credit