fix keycloak ingress + 429
This commit is contained in:
parent
c4fea889e4
commit
4955df8b80
@ -4,7 +4,7 @@ metadata:
|
|||||||
name: ingress-controller
|
name: ingress-controller
|
||||||
annotations:
|
annotations:
|
||||||
haproxy.org/rate-limit-period: "1m"
|
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"
|
haproxy.org/rate-limit-status-code: "429"
|
||||||
# add an annotation indicating the issuer to use
|
# add an annotation indicating the issuer to use
|
||||||
cert-manager.io/cluster-issuer: letsencrypt
|
cert-manager.io/cluster-issuer: letsencrypt
|
||||||
|
|||||||
@ -3,6 +3,8 @@ kind: Keycloak
|
|||||||
metadata:
|
metadata:
|
||||||
name: keycloak
|
name: keycloak
|
||||||
spec:
|
spec:
|
||||||
|
ingress:
|
||||||
|
enabled: false
|
||||||
instances: 1
|
instances: 1
|
||||||
db:
|
db:
|
||||||
vendor: postgres
|
vendor: postgres
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user