fix: add missing ingress to keycloak
This commit is contained in:
@@ -28,6 +28,8 @@ ingress:
|
||||
extraHosts:
|
||||
- name: auth.oceanbox.io
|
||||
path: /
|
||||
extraTls:
|
||||
- name: auth.oceanbox.io
|
||||
hostname: auth.srv.oceanbox.io
|
||||
ingressClassName: nginx
|
||||
path: /
|
||||
@@ -47,6 +49,8 @@ adminIngress:
|
||||
extraHosts:
|
||||
- name: auth.oceanbox.io
|
||||
path: /realms/master
|
||||
extraTls:
|
||||
- name: auth.oceanbox.io
|
||||
hostname: auth.srv.oceanbox.io
|
||||
ingressClassName: nginx
|
||||
path: /realms/master
|
||||
|
||||
Reference in New Issue
Block a user