From caa7a68e6ffebbfae493d2c5f73e3523989d8ec0 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sat, 1 May 2021 18:51:32 +0100 Subject: [PATCH] Fix service --- manifests/dashboard/dashboard.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifests/dashboard/dashboard.yaml b/manifests/dashboard/dashboard.yaml index 950e7bc..14bd28b 100644 --- a/manifests/dashboard/dashboard.yaml +++ b/manifests/dashboard/dashboard.yaml @@ -29,8 +29,8 @@ metadata: spec: type: ClusterIP ports: - - port: 8000 - targetPort: web + - port: 80 + targetPort: auth name: web selector: app: dashboard @@ -86,6 +86,7 @@ spec: ports: - containerPort: 8000 protocol: TCP + name: auth resources: limits: memory: 125Mi