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


##########
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:
   I've added a scheduler check to the travis test matrix



-- 
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