Fix threshold ranges

Signed-off-by: Alex Leong <alex@buoyant.io>
This commit is contained in:
Alex Leong
2023-09-15 15:36:19 -07:00
parent 04a1f2fa68
commit 22c96c5af5
2 changed files with 6 additions and 3 deletions
+4 -2
View File
@@ -97,7 +97,8 @@ spec:
templateRef:
name: success-rate
namespace: linkerd
threshold: 99
thresholdRange:
min: 99
interval: 1m
templateVariables:
direction: inbound
@@ -258,7 +259,8 @@ spec:
templateRef:
name: success-rate
namespace: linkerd
threshold: 99
thresholdRange:
min: 99
interval: 1m
templateVariables:
direction: inbound
+2 -1
View File
@@ -95,7 +95,8 @@ spec:
templateRef:
name: success-rate
namespace: linkerd
threshold: 99
thresholdRange:
min: 99
interval: 1m
templateVariables:
direction: inbound