fp/README.md

18 lines
261 B
Markdown
Raw Normal View History

2024-04-22 00:14:48 +00:00
# futureporn.net
2024-02-05 22:13:02 +00:00
2024-04-22 00:14:48 +00:00
See ./ARCHITECTURE.md for overview
2024-03-16 03:48:24 +00:00
2024-04-22 00:14:48 +00:00
## Development
2024-03-29 07:28:02 +00:00
2024-04-22 00:14:48 +00:00
make minikube
make tilt
2024-03-29 07:28:02 +00:00
2024-04-22 00:14:48 +00:00
## Deploying
2024-03-29 07:28:02 +00:00
2024-04-22 00:14:48 +00:00
Stand up a kubernetes cluster.
2024-03-29 07:28:02 +00:00
2024-04-22 00:14:48 +00:00
make crds
make argocd
2024-03-29 07:28:02 +00:00
2024-04-22 00:14:48 +00:00
Argo CD will watch the git repo for changes and deploy helm charts as necessary.