Skip to content

Commit d07fb4e

Browse files
committed
feat(docs): add the specified nodePort
1 parent 00f4c5c commit d07fb4e

2 files changed

Lines changed: 12 additions & 9 deletions

File tree

charts/workflow/values.yaml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff 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

239242
workflow-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

src/quickstart/provider/minikube/install-minikube.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ $ helm repo add drycc http://charts.drycc.cc/stable
2727
Now 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

3333
Helm will install a variety of Kubernetes resources in the `drycc` namespace.

0 commit comments

Comments
 (0)