helm keycloak - choisungwook/portfolio GitHub Wiki
helm keycloak ์ค์น
helm repo add codecentric https://codecentric.github.io/helm-charts
helm repo update
- ingress ํ์ฑํ
- tls๋ cert-manager ์ฌ์ฉ
- admin ๊ณ์ ์ ์์ฑํ๊ธฐ ์ํด extraEnv์ฌ์ฉ
์ฐธ๊ณ ์๋ฃ: https://github.com/codecentric/helm-charts/tree/master/charts/keycloak#creating-a-keycloak-admin-user
ingress:
enabled: true
annotations:
nginx.ingress.kubernetes.io/proxy-buffer-size: 128k
cert-manager.io/issuer: "keycloak-prodissuser"
rules:
- host: 'keycloak.choilab.xyz'
paths:
- /
tls:
- hosts:
- keycloak.choilab.xyz
secretName: "keycloak-ingress-tls"
extraEnv: |
- name: KEYCLOAK_USER
value: keycloak
- name: KEYCLOAK_PASSWORD
value: password
- name: PROXY_ADDRESS_FORWARDING
value: "true"
postgresql:
postgresqlUsername: keycloak
postgresqlPassword: password
helm install -n ldap -f keycloak_override_values.yaml keycloak codecentric/keycloak
- codecentric keycloak helm git: https://github.com/bitnami/charts/tree/master/bitnami/keycloak/#installing-the-chart