-
Notifications
You must be signed in to change notification settings - Fork 15
helm keycloak
choisungwook edited this page Jun 22, 2021
·
1 revision
helm keycloak 설치
helm repo add codecentric https://codecentric.github.io/helm-charts
helm repo update
- ingress 활성화
- tls는 cert-manager 사용
- admin 계정을 생성하기 위해 extraEnv사용
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
쿠버네티스
- helm차트
- 템플릿
- argocd
- cert-manager
- nexus
- 기타
리눅스
개발
기타
-
vagrant
-
jenkins
-
ansible
-
gitlab
-
redis
-
기타