Add more todos
This commit is contained in:
parent
f98d4ab9b5
commit
861b43b4bf
3 changed files with 6 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
#?(:cljs
|
||||
(defmethod yaml/load-resource :keycloak [resource-name]
|
||||
(get (inline-resources "keycloak") resource-name)))
|
||||
|
||||
; TODO: Use rate-limit ingress
|
||||
(defn-spec generate-ingress cp/map-or-seq?
|
||||
[config config?]
|
||||
(ing/generate-ingress-and-cert
|
||||
|
|
|
@ -13,3 +13,7 @@ data:
|
|||
DB_ADDR: postgresql-service
|
||||
DB_SCHEMA: public
|
||||
DB_DATABASE: postgres
|
||||
# TODO Do we need to enable http, as we are behind ingress?
|
||||
# KC_HTTP_ENABLED: true
|
||||
# TODO Maybe also enable load shedding
|
||||
# KC_HTTP_MAX_QUEUED_REQUESTS: 2000
|
||||
|
|
|
@ -15,6 +15,7 @@ spec:
|
|||
labels:
|
||||
app: keycloak
|
||||
spec:
|
||||
# TODO: Add Resource allocations
|
||||
containers:
|
||||
- name: keycloak
|
||||
image: quay.io/keycloak/keycloak:20.0.3
|
||||
|
|
Loading…
Reference in a new issue