https://github.com/zquestz/kube-flipstarter
Kubernetes configurations for flipstarter.cash
https://github.com/zquestz/kube-flipstarter
Last synced: 5 months ago
JSON representation
Kubernetes configurations for flipstarter.cash
- Host: GitHub
- URL: https://github.com/zquestz/kube-flipstarter
- Owner: zquestz
- License: mit
- Created: 2020-08-23T03:54:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-14T00:16:08.000Z (over 1 year ago)
- Last Synced: 2026-01-28T07:54:00.848Z (5 months ago)
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# kube-flipstarter
Kuberntes configurations for flipstarter.cash on GCE. Note that this requires `cert-manager` if you use the ingress features.
## Deployment
1. Add a new blank disk on GCE called `flipstarter-data` that is as small as you can make it. You can always expand it later.
2. Edit `kube/flipstarter-ingress.yml` with your preferred domain name.
3. Run `kubectl apply -f kube`.
4. Profit!