fix: fix diagrid-dashboard service port

This commit is contained in:
2025-12-14 11:41:34 +01:00
parent 33395c5051
commit 771decaf2b
+1 -1
View File
@@ -54,7 +54,7 @@ service:
# This sets the service type more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types
type: ClusterIP
# This sets the ports more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/#field-spec-ports
port: 80
port: 8080
# This block is for setting up the ingress for more information can be found here: https://kubernetes.io/docs/concepts/services-networking/ingress/
ingress: