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