Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zquestz/kube-flipstarter
Kubernetes configurations for flipstarter.cash
https://github.com/zquestz/kube-flipstarter
Last synced: about 1 month 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-14T00:16:08.000Z (about 2 months ago)
- Last Synced: 2024-11-14T01:19:58.461Z (about 2 months ago)
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- 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!