fix: disable keycloak admin ingress (again)

This commit is contained in:
2024-12-27 15:02:27 +01:00
parent 768ccb8fd3
commit fc24cee169
+1 -5
View File
@@ -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"