Add more todos

This commit is contained in:
patdyn 2024-08-27 16:26:42 +02:00
parent f98d4ab9b5
commit 861b43b4bf
3 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -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

View file

@ -15,6 +15,7 @@ spec:
labels:
app: keycloak
spec:
# TODO: Add Resource allocations
containers:
- name: keycloak
image: quay.io/keycloak/keycloak:20.0.3