hunhoffe commented on code in PR #729: URL: https://github.com/apache/openwhisk-deploy-kube/pull/729#discussion_r970251615
########## 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: Do we want this to default to true or not? I set it to true here so that the travis tests would run by default with the scheduler, but perhaps the correct thing to do is run travis tests both with and without the 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]
