Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 245 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 245 Bytes

explodio

Dev setup:

  • Install kubectl kustomize
  • Install minikube or Docker Desktop.
  • Starting minikube:
    • minikube start --cpus 4 --memory 4096
  • Preparing postgres:
    • cd postgres
    • ./kube_install.sh