fix: add missing ingress to keycloak
This commit is contained in:
@@ -29,7 +29,9 @@ ingress:
|
||||
- name: auth.oceanbox.io
|
||||
path: /
|
||||
extraTls:
|
||||
- name: auth.oceanbox.io
|
||||
- hosts:
|
||||
- auth.oceanbox.io
|
||||
secretName: auth.oceanbox.io-tls
|
||||
hostname: auth.srv.oceanbox.io
|
||||
ingressClassName: nginx
|
||||
path: /
|
||||
@@ -50,7 +52,9 @@ adminIngress:
|
||||
- name: auth.oceanbox.io
|
||||
path: /realms/master
|
||||
extraTls:
|
||||
- name: auth.oceanbox.io
|
||||
- hosts:
|
||||
- auth.oceanbox.io
|
||||
secretName: auth.oceanbox.io-tls
|
||||
hostname: auth.srv.oceanbox.io
|
||||
ingressClassName: nginx
|
||||
path: /realms/master
|
||||
|
||||
Reference in New Issue
Block a user