This commit reverts the changes done in #738 to update the default
secret mount path to `/run/secrets/`
Signed-off-by: Vivek Singh <vivekkmr45@yahoo.in>
This changes updates the secret mount path default value to
/var/openfaas/secrets at serveral places. It has been changed
from /run/secrets/ to /var/openfaas/secrets after version 0.8.2
Signed-off-by: Vivek Singh <vivekkmr45@yahoo.in>
This change enables secrets to be read from any mount on disk
rather than hard-coding a certain location which suits Swarm or
K8s. The default value if not specified will look in the Swarm
location of /run/secrets/
README.md (docs) updated and set to off by default.
Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
* Stop exposing Alertmanager and NATS ports
This commit stops exposing the Prometheus Alertmanager and NATS ports by
default on Swarm.
The respective sections are commented out with a note on re-enabling
them.
Signed-off-by: John McCabe <john@johnmccabe.net>
* Revert queue-worker dev tag in yaml
Signed-off-by: John McCabe <john@johnmccabe.net>