dgrove-oss commented on code in PR #729:
URL: 
https://github.com/apache/openwhisk-deploy-kube/pull/729#discussion_r971446437


##########
helm/openwhisk/values.yaml:
##########
@@ -249,20 +255,69 @@ nginx:
 # Controller configurations
 controller:
   imageName: "openwhisk/controller"
-  imageTag: "c5970a6"
+  imageTag: "a1639f0"
+  imagePullPolicy: "IfNotPresent"
+  replicaCount: 1
+  restartPolicy: "Always"
+  port: 8080
+  options: ""
+  jvmHeapMB: "1024"
+  jvmOptions: ""
+  loglevel: "INFO"
+
+# Scheduler configurations
+scheduler:
+  enable: true

Review Comment:
   It would be ideal to have some entries in the travis matrix that run with 
the new scheduler and some that run with the old scheduler.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to