mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-10 00:46:47 +00:00
Add basic_auth env variable to faas-containerd.service
Fixes #11 Having this env variable set enables basic authentication for faas-containerd. Signed-off-by: Mark Sharpley <mcs94@cam.ac.uk>
This commit is contained in:
parent
06890cddb9
commit
e6b814fd60
@ -3,6 +3,7 @@ Description=faasd-containerd
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
MemoryLimit=500M
|
MemoryLimit=500M
|
||||||
|
Environment="basic_auth=true"
|
||||||
ExecStart=/usr/local/bin/faas-containerd
|
ExecStart=/usr/local/bin/faas-containerd
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
RestartSec=10s
|
RestartSec=10s
|
||||||
|
Loading…
x
Reference in New Issue
Block a user