Expose ports for core services

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis (OpenFaaS Ltd)
2020-09-16 21:13:23 +01:00
committed by Alex Ellis
parent 9e2f571cf7
commit 4189cfe52c
4 changed files with 35 additions and 0 deletions

6
pkg/constants.go Normal file
View File

@ -0,0 +1,6 @@
package pkg
const (
// FunctionNamespace is the default containerd namespace functions are created
FunctionNamespace = "openfaas-fn"
)