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