fix(dapr): Set ingress based on clustername

This commit is contained in:
2025-11-26 10:14:55 +01:00
parent 3085fbb881
commit 7322c3570a
+2 -3
View File
@@ -14,7 +14,7 @@ metadata:
spec:
ingressClassName: nginx
rules:
- host: dapr.adm.oceanbox.io
- host: dapr.{{ .Values.clusterConfig.cluster }}.oceanbox.io
http:
paths:
- backend:
@@ -26,7 +26,6 @@ spec:
pathType: ImplementationSpecific
tls:
- hosts:
- dapr.adm.oceanbox.io
- dapr.{{ .Values.clusterConfig.cluster }}.oceanbox.io
secretName: dapr-dashboard-tls
{{- end }}