This repository was archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Expand file tree
/
Copy pathvalues.yaml
More file actions
83 lines (73 loc) · 1.6 KB
/
Copy pathvalues.yaml
File metadata and controls
83 lines (73 loc) · 1.6 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
replicaCount: 1
clusterName: eshop-aks
pathBase: /identity
image:
repository: eshop/identity.api
tag: latest
pullPolicy: IfNotPresent
service:
type: ClusterIP
port: 80
ingress:
enabled: true
annotations: {}
hosts:
- chart-example.local
tls: []
resources: {}
nodeSelector: {}
tolerations: []
affinity: {}
env:
urls:
configmap:
- name: ConnectionString
key: identity__ConnectionString
- name: DPConnectionString
key: identity__keystore
- name: ApplicationInsights__InstrumentationKey
key: all__InstrumentationKey
- name: MvcClient
key: mvc_e
- name: SpaClient
key: spa_e
- name: BasketApiClient
key: basket_e
- name: OrderingApiClient
key: ordering_e
- name: MobileShoppingAggClient
key: mobileshoppingagg_e
- name: WebShoppingAggClient
key: webshoppingagg_e
- name: XamarinCallback
key: xamarin_callback_e
- name: WebhooksApiClient
key: webhooksapi_e
- name: WebhooksWebClient
key: webhooksweb_e
- name: EnableDevspaces
key: enableDevspaces
- name: OTEL_EXPORTER_TOOL_ENDPOINT
key: urls__Otel__ExporterEndpoint
values:
- name: ASPNETCORE_ENVIRONMENT
value: Development
- name: OrchestratorType
value: 'K8S'
- name: IsClusterEnv
value: 'True'
- name: OTEL_USE_EXPORTER
value: 'zipkin'
probes:
liveness:
path: /liveness
initialDelaySeconds: 10
periodSeconds: 15
port: 80
readiness:
path: /hc
timeoutSeconds: 5
initialDelaySeconds: 90
periodSeconds: 60
port: 80
enableDevspaces: "false"