https://github.com/chipwolf/wordpress-flux
Wordpress deployment through GitOps design principles
https://github.com/chipwolf/wordpress-flux
Last synced: 8 months ago
JSON representation
Wordpress deployment through GitOps design principles
- Host: GitHub
- URL: https://github.com/chipwolf/wordpress-flux
- Owner: ChipWolf
- Created: 2020-11-05T14:29:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:33:39.000Z (over 2 years ago)
- Last Synced: 2024-12-28T02:48:20.042Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wordpress GitOps
Leverages [Flux](https://github.com/fluxcd/flux) to automate cluster state using config in this repo
## Setup
See [setup/README.md](setup/README.md) for more details.
## Workloads
### Frontend
* [wordpress](wordpress/) - content management platform
### System
* [cert-manager](system/cert-manager/) - automates TLS certificates (https)
* [external-dns](system/external-dns/) - automated DNS records
* [flux](system/flux/) - syncs this repo with the cluster
* [ingress-nginx](system/ingress-nginx/) - point-of-entry for all web requests
* [sealed-secrets](system/sealed-secrets/) - allows secrets to be encrypted and added to this public repo