We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b50493 commit b45f2fcCopy full SHA for b45f2fc
namespaces.yml
@@ -2,6 +2,10 @@ apiVersion: v1
2
kind: Namespace
3
metadata:
4
name: openfaas
5
+ annotations:
6
+ linkerd.io/inject: enabled
7
+ config.linkerd.io/skip-inbound-ports: "4222"
8
+ config.linkerd.io/skip-outbound-ports: "4222"
9
labels:
10
role: openfaas-system
11
access: openfaas-system
@@ -11,7 +15,10 @@ apiVersion: v1
15
12
16
13
17
name: openfaas-fn
18
19
20
21
14
22
23
istio-injection: enabled
24
role: openfaas-fn
-
0 commit comments