-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2-service-mesh.yaml
70 lines (62 loc) · 1.46 KB
/
2-service-mesh.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
---
apiVersion: maistra.io/v2
kind: ServiceMeshControlPlane
metadata:
name: fs-control-plane
namespace: istio-system
spec:
version: v2.0
istio:
global:
# Enable mTLS
controlPlaneSecurityEnabled: true
mtls:
enabled: true
# Turn on policy checking
disablePolicyChecks: false
# Only allow registered services to be called.
outboundTrafficPolicy:
mode: REGISTRY_ONLY
proxy:
accessLogFile: /dev/stdout
# Security section to use custom CA certs for signing.
security:
selfSigned: true
# Enable cert manager
# certmanager
# enabled: true
gateways:
istio-egressgateway:
autoscaleEnabled: false
istio-ingressgateway:
autoscaleEnabled: false
# Enable automatic OCP Route creation for Istio Gateway hosts.
# Note: This is only for testing purposes. This will ensure SNI and
# hosts are setup correctly.
ior_enabled: true
mixer:
policy:
autoscaleEnabled: false
telemetry:
autoscaleEnabled: false
pilot:
autoscaleEnabled: false
traceSampling: 100
kiali:
enabled: true
grafana:
enabled: true
tracing:
enabled: true
jaeger:
template: all-in-one
---
apiVersion: maistra.io/v1
kind: ServiceMeshMemberRoll
metadata:
name: default
namespace: istio-system
spec:
members:
- fs-mesh-dev
- fs-mesh-qa