fix: disable keycloak admin ingress (again)
This commit is contained in:
@@ -36,10 +36,6 @@ ingress:
|
|||||||
extraHosts:
|
extraHosts:
|
||||||
- name: auth.oceanbox.io
|
- name: auth.oceanbox.io
|
||||||
path: /
|
path: /
|
||||||
extraTls:
|
|
||||||
- hosts:
|
|
||||||
- auth.oceanbox.io
|
|
||||||
secretName: auth.oceanbox.io-tls
|
|
||||||
hostname: auth.srv.oceanbox.io
|
hostname: auth.srv.oceanbox.io
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
path: /
|
path: /
|
||||||
@@ -49,7 +45,7 @@ ingress:
|
|||||||
tls: true
|
tls: true
|
||||||
|
|
||||||
adminIngress:
|
adminIngress:
|
||||||
enabled: true
|
enabled: false
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||||
nginx.ingress.kubernetes.io/enable-cors: "true"
|
nginx.ingress.kubernetes.io/enable-cors: "true"
|
||||||
|
|||||||
Reference in New Issue
Block a user