Skip to content
This repository was archived by the owner on May 21, 2024. It is now read-only.

Commit 459a763

Browse files
committed
Use NodePort for Proxy
1 parent 3593645 commit 459a763

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ commands:
3636
PACHYDERM_VERSION="$(jq -r .pachyderm version.json)"
3737
helm repo add pachyderm https://pachyderm.github.io/helmchart
3838
helm repo update
39-
helm install pachd pachyderm/pachyderm --set deployTarget=LOCAL --version ${PACHYDERM_VERSION}
39+
helm install pachd pachyderm/pachyderm --set deployTarget=LOCAL,proxy.service.type=NodePort --version ${PACHYDERM_VERSION}
4040
4141
install-python:
4242
parameters:

0 commit comments

Comments
 (0)