Add CUSTOM-README.md

This commit is contained in:
wbsong111
2025-01-14 09:48:16 +09:00
parent e5fa12e621
commit 8c1efa6aa4
2 changed files with 173 additions and 13 deletions
+16 -13
View File
@@ -5,9 +5,11 @@ image:
ingress:
enabled: true
annotations:
cert-manager.io/cluster-issuer: "root-ca-issuer"
cert-manager.io/cluster-issuer: "selfsigned-issuer"
cert-manager.io/duration: 8760h
cert-manager.io/renew-before: 720h
rules:
- host: keycloak.exmaple.org # keycloak에서 사용할 도메인으로 변경
- host: keycloak.example.org # keycloak에서 사용할 도메인으로 변경
paths:
- path: /
pathType: Prefix
@@ -16,10 +18,20 @@ ingress:
- keycloak.exmaple.org # keycloak에서 사용할 도메인으로 변경
secretName: keycloak-tls
resources:
requests:
cpu: 100m
memory: 500Mi
limits:
cpu: 1000m
memory: 1000Mi
# 내장 DB 사용시 enable로 변경
postgresql:
enabled: false
# 외부 DB 사용시 설정
# 외부 DB 사용
# DB_VENDOR, DB_ADDR, DB_PORT, DB_DATABASE, DB_SCHEMA의 값을 배포된 DB의 값으로 변경
extraEnv: |
- name: DB_VENDOR
value: postgres
@@ -36,7 +48,7 @@ extraEnv: |
- name: KEYCLOAK_PASSWORD
value: Paasadm1234!
- name: KEYCLOAK_FRONTEND_URL
value: "https://keycloak.exmaple.org/auth" # keycloak 도메인으로 변경
value: "https://keycloak.example.org/auth" # keycloak 도메인으로 변경
- name: JGROUPS_DISCOVERY_PROTOCOL
value: dns.DNS_PING
- name: JGROUPS_DISCOVERY_PROPERTIES
@@ -58,15 +70,6 @@ secrets:
DB_USER: keycloak # keycloak이 사용할 DB의 사용자 이름
DB_PASSWORD: keycloak # keycloak이 사용할 DB의 사용자 비밀번호
resources:
requests:
cpu: 100m
memory: 500Mi
limits:
cpu: 1000m
memory: 1000Mi
## themes 추가 시 주석 해제 / keycloak theme 컨테이너 생성 필요
## Additional init containers, e. g. for providing custom themes