-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathvalues.yaml
66 lines (60 loc) · 2.23 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
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
# Default values for osm-arc.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
## Values populated by Azure Arc K8s RP during the installation of the extension
Azure:
Cluster:
Distribution: <cluster_distribution>
Region: ""
Extension:
Name: ""
ResourceId: ""
OpenServiceMesh:
ignoreNamespaces: "kube-system azure-arc arc-osm-system"
testedDistros: "aks gke eks openshift rancher_rke"
eulaContent: |-
MICROSOFT SOFTWARE LICENSE TERMS
MICROSOFT Azure Arc for Kubernetes
__________________________________
This software is licensed to you as part of your or your company's subscription license for Microsoft Azure Services. You may only use the software with Microsoft Azure Services and subject to the terms and conditions of the agreement under which you obtained Microsoft Azure Services. If you do not have an active subscription license for Microsoft Azure Services, you may not use the software. Microsoft Azure Legal Information: https://azure.microsoft.com/en-us/support/legal/
osm:
osm:
enableDebugServer: false
enablePermissiveTrafficPolicy: true
image:
registry: mcr.microsoft.com/oss/openservicemesh
tag: v1.0.0
enforceSingleMesh: true
enableReconciler: true
deployPrometheus: false
deployJaeger: false
webhookConfigNamePrefix: arc-osm-webhook
sidecarImage: mcr.microsoft.com/oss/envoyproxy/envoy:v1.19.1
osmController:
podLabels: {
app.kubernetes.io/component: osm-controller
}
injector:
podLabels: {
app.kubernetes.io/component: osm-controller
}
prometheus:
image: mcr.microsoft.com/oss/prometheus/prometheus:v2.18.1
curlImage: mcr.microsoft.com/oss/tutum/curl
tracing:
image: mcr.microsoft.com/oss/jaegertracing/all-in-one
grafana:
image: mcr.microsoft.com/oss/grafana/grafana:v8.2.2
rendererImage: mcr.microsoft.com/oss/grafana/grafana-image-renderer:v3.2.1
alpine:
image:
name: "mcr.microsoft.com/azure-policy/alpine"
tag: "prod_20200505.1"
kubectl:
image:
name: "mcr.microsoft.com/oss/kubernetes/kubectl"
tag: "v1.22.3"
helm:
image:
name: "mcr.microsoft.com/oss/openservicemesh/osm-arc/tools/osm-helm-cli"
tag: "3.7.1"