added files

This commit is contained in:
Your Name
2026-08-26 02:02:24 +05:30
parent 58ee8a276a
commit 3419cfba0c
200 changed files with 22132 additions and 0 deletions
@@ -0,0 +1,25 @@
---
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