Skip to content

Commit a554f67

Browse files
committed
fix examples
Signed-off-by: Marcin Skalski <skalskimarcin33@gmail.com>
1 parent 2d9f44d commit a554f67

File tree

6 files changed

+13
-11
lines changed

6 files changed

+13
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ kubectl apply -k kustomize/overlays/001-with-mtls
7171
kubectl apply -k kustomize/overlays/002-with-gateway
7272
```
7373

74-
To apply these manifests directly you should have a running k8s cluster and Kuma already installed.
74+
To apply these manifests directly, you should have a running k8s cluster and Kuma already installed.
7575

7676
```shell
7777
helm install kuma kuma/kuma --create-namespace --namespace kuma-system

k8s/001-with-mtls.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

kustomize/overlays/001-with-mtls/mesh-traffic-permission.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ metadata:
55
name: kv
66
spec:
77
targetRef:
8-
kind: MeshSubset
9-
tags:
8+
kind: Dataplane
9+
labels:
1010
app: kv
1111
from:
1212
- targetRef:

kustomize/overlays/001-with-mtls/mesh.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ kind: Mesh
44
metadata:
55
name: default
66
spec:
7+
meshServices:
8+
mode: Exclusive
79
mtls:
810
backends:
911
- name: ca-1
1012
type: builtin
11-
enabledBackend: ca-1
13+
enabledBackend: ca-1

kustomize/overlays/002-with-gateway/mesh-gateway.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
spec:
99
conf:
1010
listeners:
11-
- port: 80
11+
- port: 8080
1212
protocol: HTTP
1313
selectors:
1414
- match:

kustomize/overlays/002-with-gateway/mesh-traffic-permission.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ metadata:
66
name: demo-app
77
spec:
88
targetRef:
9-
kind: MeshSubset
10-
tags:
9+
kind: Dataplane
10+
labels:
1111
app: demo-app
1212
from:
1313
- targetRef:

0 commit comments

Comments
 (0)