fix: fix(?) admin ingress on prod-keycloak
This commit is contained in:
@@ -56,7 +56,7 @@ adminIngress:
|
||||
nginx.ingress.kubernetes.io/proxy-buffer-size: 128k
|
||||
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
||||
nginx.ingress.kubernetes.io/whitelist-source-range: 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16
|
||||
hostname: auth.adm.oceanbox.io
|
||||
hostname: keycloak.adm.oceanbox.io
|
||||
ingressClassName: nginx
|
||||
path: /
|
||||
pathType: ImplementationSpecific
|
||||
@@ -64,6 +64,17 @@ adminIngress:
|
||||
servicePort: http
|
||||
tls: true
|
||||
|
||||
keycloakConfigCli:
|
||||
enabled: true
|
||||
configuration:
|
||||
master.json: |
|
||||
{
|
||||
"realm" : "master",
|
||||
"attributes": {
|
||||
"frontendUrl": "https://keycloak.adm.oceanbox.io"
|
||||
}
|
||||
}
|
||||
|
||||
initContainers: |
|
||||
- name: keycloak-theme-provider
|
||||
image: docker.io/juselius/oceanbox-theme:1.2
|
||||
|
||||
Reference in New Issue
Block a user