25 lines
809 B
YAML
25 lines
809 B
YAML
---
|
|
|
|
as_poll: ${as_poll}
|
|
as_down_period: ${as_down_period}
|
|
as_up_period: ${as_up_period}
|
|
as_up_stable_window: ${as_up_stable_window}
|
|
ingress_class: ${ingress_class}
|
|
host: ${host}
|
|
hostAliases: false
|
|
nodeSelector: <% if(arch == 'arm64'){print environment=='dev' || environment=='ftr' ? bu+'-'+arch: environment == 'int' ? team+"-"+arch:nodeSelector } else { print environment == 'dev' || environment == 'ftr' ? bu: environment == 'int' ? bu+"-int" : nodeSelector} %>
|
|
triggers:
|
|
- metadata:
|
|
value: "${as_trigger_value}"
|
|
metricType: ${as_trigger_type}
|
|
type: ${as_trigger_metric}
|
|
canary:
|
|
progressDeadlineSeconds: 300
|
|
analysisInterval: 120s
|
|
analysisThreshold: 5
|
|
analysisMaxWeight: 5
|
|
analysisStepWeight: 5
|
|
analysisMetrics:
|
|
thresholdRangeMin: 0.99
|
|
interval: 1m
|
|
skipAnalysis: false |