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

Commit fccb8fc

Browse files
committed
Use NodePort for Proxy
1 parent b5dd8ad commit fccb8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/testing/circle/deploy-pachyderm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export PACHYDERM_VERSION="$(jq -r .pachyderm version.json)"
77

88
helm repo add pachyderm https://pachyderm.github.io/helmchart
99
helm repo update
10-
helm install pachd pachyderm/pachyderm --set deployTarget=LOCAL --version ${PACHYDERM_VERSION}
10+
helm install pachd pachyderm/pachyderm --set deployTarget=LOCAL,proxy.service.type=NodePort --version ${PACHYDERM_VERSION}
1111

1212
kubectl wait --for=condition=available deployment -l app=pachd --timeout=5m
1313
pachctl version

0 commit comments

Comments
 (0)