fix(dapr): Undo dashboard ingress change

This commit is contained in:
Moritz Jörg
2025-11-27 12:55:20 +01:00
parent 17fd471973
commit 24ccf8ab1a
+2 -2
View File
@@ -14,7 +14,7 @@ metadata:
spec:
ingressClassName: nginx
rules:
- host: dapr.{{ .Values.clusterConfig.cluster }}.oceanbox.io
- host: dapr.adm.oceanbox.io
http:
paths:
- backend:
@@ -26,6 +26,6 @@ spec:
pathType: ImplementationSpecific
tls:
- hosts:
- dapr.{{ .Values.clusterConfig.cluster }}.oceanbox.io
- dapr.adm.oceanbox.io
secretName: dapr-dashboard-tls
{{- end }}