Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 326 Bytes

File metadata and controls

26 lines (16 loc) · 326 Bytes

QIT Admin

Setup

  1. Install Skaffold

https://skaffold.dev/docs/install/

  1. Run Skaffold

skaffold dev

  1. Run http://localhost:80

Requirements

  • Docker
  • Kubernetes

Deploying

helm install qit-admin-www deployment/qit-admin-www
kubectl port-forward svc/qit-admin-www 8080:80
open localhost:8080