Skip to content

Commit ac379d7

Browse files
use ambient mode
1 parent a0401ff commit ac379d7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

contrib/istio/istio-operator-svc.dd.soeren.cloud.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
apiVersion: install.istio.io/v1alpha1
33
kind: IstioOperator
44
spec:
5+
profile: ambient
56
values:
67
global:
8+
istioNamespace: istio-system
79
proxy:
810
resources:
911
requests:
@@ -12,6 +14,9 @@ spec:
1214
limits:
1315
cpu: 1000m
1416
memory: 512Mi
17+
pilot:
18+
env:
19+
PILOT_ENABLE_AMBIENT: "true"
1520
components:
1621
ingressGateways:
1722
- name: istio-ingressgateway
@@ -31,6 +36,9 @@ spec:
3136
- port: 3306
3237
targetPort: 3306
3338
name: "mariadb"
39+
- port: 4222
40+
targetPort: 4222
41+
name: "nats"
3442
- port: 4567
3543
targetPort: 4567
3644
name: "replicate-tcp"

0 commit comments

Comments
 (0)