fix: add missing ingress to keycloak

This commit is contained in:
2024-12-25 09:02:12 +01:00
parent 674dfa1ed5
commit 38f80bdf48
+6 -2
View File
@@ -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