File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
cluster/manifests/skipper-canary-controller Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 32
32
secretKeyRef :
33
33
name : skipper-ingress
34
34
key : lightstep-token
35
+ - name : _PLATFORM_OBSERVABILITY_COLLECTOR_SCHEME
36
+ value : " {{ .Cluster.ConfigItems.observability_collector_scheme }}"
37
+ - name : _PLATFORM_OBSERVABILITY_COLLECTOR_PORT
38
+ value : " {{ .Cluster.ConfigItems.observability_collector_port }}"
39
+ - name : _PLATFORM_OBSERVABILITY_COLLECTOR_ENDPOINT
40
+ value : " {{ .Cluster.ConfigItems.observability_collector_endpoint }}"
41
+ - name : _PLATFORM_OBSERVABILITY_METRICS_ENDPOINT
42
+ value : " {{ .Cluster.ConfigItems.observability_metrics_endpoint }}"
43
+ - name : _PLATFORM_OBSERVABILITY_METRICS_PORT
44
+ value : " {{ .Cluster.ConfigItems.observability_metrics_port }}"
45
+ - name : _PLATFORM_ACCOUNT
46
+ value : " {{ .Cluster.Alias }}"
47
+ - name : _PLATFORM_OBSERVABILITY_COMMON_ATTRIBUTE_CLOUD__ACCOUNT__ID
48
+ value : " {{ .Cluster.Alias }}"
35
49
- name : LIGHTSTEP_DEBUG
36
50
value : " true"
37
51
args :
You can’t perform that action at this time.
0 commit comments