Skip to content

Commit

Permalink
Update redis host for e2e tests (#68)
Browse files Browse the repository at this point in the history
Signed-off-by: Khor Shu Heng <khor.heng@gojek.com>

Co-authored-by: Khor Shu Heng <khor.heng@gojek.com>
  • Loading branch information
khorshuheng and khorshuheng committed May 4, 2021
1 parent a71ed6a commit f7d048b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/scripts/test-end-to-end-gcp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ helm_install "js" "${DOCKER_REPOSITORY}" "${GIT_TAG}" "$NAMESPACE" \
--set "feast-jobservice.envOverrides.FEAST_DATAPROC_PROJECT=kf-feast" \
--set "feast-jobservice.envOverrides.FEAST_DATAPROC_REGION=us-central1" \
--set "feast-jobservice.envOverrides.FEAST_SPARK_STAGING_LOCATION=gs://feast-templocation-kf-feast/" \
--set "feast-jobservice.envOverrides.FEAST_REDIS_HOST=10.128.0.105" \
--set "feast-jobservice.envOverrides.FEAST_REDIS_HOST=10.128.0.62" \
--set "feast-jobservice.envOverrides.FEAST_REDIS_PORT=6379" \
--set 'feast-online-serving.application-override\.yaml.feast.stores[0].type=REDIS_CLUSTER' \
--set 'feast-online-serving.application-override\.yaml.feast.stores[0].name=online' \
--set 'feast-online-serving.application-override\.yaml.feast.stores[0].config.connection_string=10.128.0.105:6379' \
--set 'feast-online-serving.application-override\.yaml.feast.stores[0].config.connection_string=10.128.0.62:6379' \
--set "redis.enabled=false" \
--set "kafka.enabled=false"

Expand Down

0 comments on commit f7d048b

Please sign in to comment.