Skip to content

Commit 64550e5

Browse files
authored
Remove managed-by kuadrant in TokenRatePolicy manifest (#24)
- key-manager will kick the operator until this is figured out why limits aren't applied with managed-by is set. Signed-off-by: Brent Salisbury <bsalisbu@redhat.com>
1 parent b4f943b commit 64550e5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

deployment/kuadrant-openshift/key-manager/04-token-rate-limit-policy.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
apiVersion: kuadrant.io/v1alpha1
66
kind: TokenRateLimitPolicy
77
metadata:
8-
name: gateway-default-unlimited
8+
name: gateway-token-rate-limits
99
namespace: llm
1010
labels:
1111
maas/resource-type: "default-rate-limit"
12+
# kuadrant.io/managed-by: "kuadrant-operator" TODO: figure out why this breaks limit policy
1213
annotations:
1314
maas/description: "Default unlimited rate policy - teams can override with specific limits"
1415
spec:
@@ -19,7 +20,7 @@ spec:
1920
limits:
2021
# Very high default limits = effectively unlimited
2122
# Teams with specific policies will override this for their users
22-
default-unlimited:
23+
default:
2324
rates:
2425
- limit: 999999999
2526
window: "1h"

0 commit comments

Comments
 (0)