forked from Azure/osm-azure
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
32 lines (30 loc) · 1.01 KB
/
values.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
# Default values for osm-arc.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
OpenServiceMesh:
ignoreNamespaces: "kube-system azure-arc arc-osm-system"
osm:
OpenServiceMesh:
enableDebugServer: true
enablePermissiveTrafficPolicy: true
enableFluentbit: true
image:
registry: mcr.microsoft.com/oss/openservicemesh
fluentBitImage:
name: fluentbit-logger
registry: "mcr.microsoft.com/oss/fluent"
tag: "v1.6.2"
pullPolicy: IfNotPresent
enforceSingleMesh: true
enablePrometheus: false
deployJaeger: false
customLogAnalyticsWorkspace: false
customerID: 49a4d43a-81ef-4607-83f6-a13872c6ae60
sharedKey: 5q+pyUKQtxtef8ZGTb+aYYcFWR54lmtXpA0AYWJSqUOGBRd9AHgDZZmb0uuLpjOjIMZTp+F3F4e5JUMOWUmHHw==
fluentbitOutput: azure
#webhookConfigNamePrefix: arc-osm-webhook
sidecarImage: mcr.microsoft.com/oss/envoyproxy/envoy:v1.15.0
alpine:
image:
name: "mcr.microsoft.com/azure-policy/alpine"
tag: "prod_20200505.1"