From e90d8be72e9f5c62d9c0afb4aa6728bc6da7c237 Mon Sep 17 00:00:00 2001 From: Sebastian Leheis Date: Wed, 20 Sep 2023 20:36:53 +0200 Subject: [PATCH] Fixed typo in service URL --- dashboard/dashboard.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dashboard/dashboard.yaml b/dashboard/dashboard.yaml index ffc5153..33eb2c6 100644 --- a/dashboard/dashboard.yaml +++ b/dashboard/dashboard.yaml @@ -260,7 +260,7 @@ spec: spec: volumes: - name: dashboard-data - configMap: + configMap: name: dashboard-data defaultMode: 0666 containers: @@ -294,7 +294,7 @@ metadata: namespace: dashboard spec: rules: - - host: "dashboard.apps.yolokube.de" + - host: "dashboard.services.yolokube.de" http: paths: - pathType: Prefix @@ -303,4 +303,4 @@ spec: service: name: dashboard-service port: - number: 80 \ No newline at end of file + number: 80