File tree Expand file tree Collapse file tree
src/quickstart/provider/minikube Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -229,13 +229,16 @@ router:
229229 service_annotations :
230230 # <example-key>: <example-value>
231231
232- # Enable to pin router pod hostPort when using minikube
233- host_port :
234- enabled : false
235-
236- # Service type default to LoadBalancer
237- # service_type: LoadBalancer
232+ service :
233+ # Service type default to LoadBalancer
234+ type : LoadBalancer
235+ # If service.type is not set to NodePort, the following statement will be ignored.
236+ nodePort :
237+ builder : " "
238+ http : " "
239+ https : " "
240+ healthz : " "
238241
239242workflow-manager :
240- versions_api_url : https://versions.drycc.info
241- doctor_api_url : https://doctor.drycc.info
243+ versions_api_url : https://versions.drycc.cc
244+ doctor_api_url : https://doctor.drycc.cc
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ $ helm repo add drycc http://charts.drycc.cc/stable
2727Now that Helm is installed and the repository has been added, install Workflow by running:
2828
2929```
30- $ helm install drycc/workflow --namespace drycc --set router.host_port.enabled=true
30+ $ helm install drycc/workflow --namespace drycc --set router.service.type=NodePort
3131```
3232
3333Helm will install a variety of Kubernetes resources in the ` drycc ` namespace.
You can’t perform that action at this time.
0 commit comments