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 #?(:cljs
(defmethod yaml/load-resource :keycloak [resource-name] (defmethod yaml/load-resource :keycloak [resource-name]
(get (inline-resources "keycloak") resource-name))) (get (inline-resources "keycloak") resource-name)))
; TODO: Use rate-limit ingress
(defn-spec generate-ingress cp/map-or-seq? (defn-spec generate-ingress cp/map-or-seq?
[config config?] [config config?]
(ing/generate-ingress-and-cert (ing/generate-ingress-and-cert

View file

@ -13,3 +13,7 @@ data:
DB_ADDR: postgresql-service DB_ADDR: postgresql-service
DB_SCHEMA: public DB_SCHEMA: public
DB_DATABASE: postgres 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: labels:
app: keycloak app: keycloak
spec: spec:
# TODO: Add Resource allocations
containers: containers:
- name: keycloak - name: keycloak
image: quay.io/keycloak/keycloak:20.0.3 image: quay.io/keycloak/keycloak:20.0.3