Open-source event organizing web application and a reference DDD solution.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
maliming 7605c0633f
Update Ingress annotations to use ssl-redirect
9 months ago
..
helm-chart Update Ingress annotations to use ssl-redirect 9 months ago
scripts Added version parameter to the images 5 years ago
README.md Add how to stop k8s deployment 4 years ago

README.md

Pre-requirements

  • Docker Desktop with Kubernetes enabled
  • Install NGINX ingress for k8s
  • Install Helm for running helm charts

How to run?

  • Add entries to the hosts file (in Windows: C:\Windows\System32\drivers\etc\hosts, in MacOs: /etc/hosts):
127.0.0.1 eh-st-account
127.0.0.1 eh-st-www
127.0.0.1 eh-st-api
127.0.0.1 eh-st-admin
127.0.0.1 eh-st-admin-api
  • Run build-images.ps1 in the scripts directory.
  • Run minikube-load-images.ps1 in the scripts directory(only for minikube).
  • Run kubectl config set-context --current --namespace=eventhub
  • Run deploy-staging.ps1 in the helm-chart directory. It is deployed with the eventhub namespace.
  • You may wait ~30 seconds on first run for preparing the database.
  • Browse https://eh-st-www and https://eh-st-admin
  • Username: admin, password: 1q2w3E*.

How to stop?

  • Run helm uninstall eh-st command.