You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2017/11/07 13:53:27 UTC

[GitHub] rabbah closed pull request #78: Use zookeeper instead of redis for dynamic invoker id assignment

rabbah closed pull request #78: Use zookeeper instead of redis for dynamic invoker id assignment
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/pull/78
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/kubernetes/invoker/invoker.yml b/kubernetes/invoker/invoker.yml
index f50092f..2dcdb94 100644
--- a/kubernetes/invoker/invoker.yml
+++ b/kubernetes/invoker/invoker.yml
@@ -90,11 +90,11 @@ spec:
           - name: "KAFKA_HOST_PORT"
             value: "9092"
 
-          # Redis properties
-          - name: "REDIS_HOST"
-            value: "redis.openwhisk"
-          - name: "REDIS_HOST_PORT"
-            value: "6379"
+          # zookeeper info
+          - name: "ZOOKEEPER_HOST"
+            value: "zookeeper.openwhisk"
+          - name: "ZOOKEEPER_PORT"
+            value: "2181"
 
           # This property can change since it is generated via Ansible GroupVars
           - name: "RUNTIMES_MANIFEST"


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services