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: spec:
ingressClassName: nginx ingressClassName: nginx
rules: rules:
- host: dapr.{{ .Values.clusterConfig.cluster }}.oceanbox.io - host: dapr.adm.oceanbox.io
http: http:
paths: paths:
- backend: - backend:
@@ -26,6 +26,6 @@ spec:
pathType: ImplementationSpecific pathType: ImplementationSpecific
tls: tls:
- hosts: - hosts:
- dapr.{{ .Values.clusterConfig.cluster }}.oceanbox.io - dapr.adm.oceanbox.io
secretName: dapr-dashboard-tls secretName: dapr-dashboard-tls
{{- end }} {{- end }}