Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 345 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 345 Bytes

Deploy StreamPark on k8s

1. create template

helm template streampark/ -n default -f streampark/values.yaml --output-dir ./result

2. apply

kubectl apply -f result/streampark/templates

3. open WebUI

http://localhost:10000