fix keycloak ingress + 429
This commit is contained in:
parent
c4fea889e4
commit
4955df8b80
@ -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
|
||||
|
||||
@ -3,6 +3,8 @@ kind: Keycloak
|
||||
metadata:
|
||||
name: keycloak
|
||||
spec:
|
||||
ingress:
|
||||
enabled: false
|
||||
instances: 1
|
||||
db:
|
||||
vendor: postgres
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user