You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wormholePort: # replace to your application service ports, and extend the list in case of multi ports
59
64
- "9080"
60
65
global:
61
66
log:
62
67
logLevel: info
63
68
misc:
64
-
globalSidecarMode: cluster # inform the mode of global-sidecar
69
+
globalSidecarMode: cluster # the mode of global-sidecar
65
70
metricSourceType: accesslog # indicate the metric source
71
+
slimeNamespace: mesh-operator
72
+
resources:
73
+
requests:
74
+
cpu: 300m
75
+
memory: 300Mi
76
+
limits:
77
+
cpu: 600m
78
+
memory: 600Mi
66
79
component:
67
80
globalSidecar:
68
81
enable: true
69
82
sidecarInject:
70
83
enable: true # should be true
71
-
# mode definition:
72
-
# "pod": sidecar auto-inject on pod level, need provide labels for injection
73
-
# "namespace": sidecar auto-inject on namespace level, no need to provide labels for injection
74
-
# if globalSidecarMode is cluster, global-sidecar will be deployed in slime namespace, which does not enable auto-inject on namespace level, mode can only be "pod".
75
-
# if globalSidecarMode is namespace, depending on the namespace definition, mode can be "pod" or "namespace".
76
84
mode: pod
77
85
labels: # optional, used for sidecarInject.mode = pod
78
86
sidecar.istio.io/inject: "true"
79
-
# istio.io/rev: canary # use control plane revisions
0 commit comments