fix keycloak ingress + 429

This commit is contained in:
Cocopops16 2025-05-25 23:45:20 +02:00
parent c4fea889e4
commit 4955df8b80
2 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,7 @@ metadata:
name: ingress-controller
annotations:
haproxy.org/rate-limit-period: "1m"
haproxy.org/rate-limit-requests: "200"
haproxy.org/rate-limit-requests: "500"
haproxy.org/rate-limit-status-code: "429"
# add an annotation indicating the issuer to use
cert-manager.io/cluster-issuer: letsencrypt

View File

@ -3,6 +3,8 @@ kind: Keycloak
metadata:
name: keycloak
spec:
ingress:
enabled: false
instances: 1
db:
vendor: postgres