From c76f5f5583d27a26b0d9cf7a90997e70e7609c2d Mon Sep 17 00:00:00 2001 From: David Landry Date: Wed, 4 Sep 2024 16:35:25 -0400 Subject: [PATCH] chore(goff): attempt to direct /metrics to a 404 error --- apps/goff/base/deployment.yaml | 4 ++++ apps/goff/base/kustomization.yaml | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/goff/base/deployment.yaml b/apps/goff/base/deployment.yaml index a3ad511..ccbcd29 100644 --- a/apps/goff/base/deployment.yaml +++ b/apps/goff/base/deployment.yaml @@ -94,6 +94,10 @@ spec: name: http path: / pathType: Prefix + - path: /metrics + pathType: Prefix + + tls: - hosts: diff --git a/apps/goff/base/kustomization.yaml b/apps/goff/base/kustomization.yaml index 905121c..230b975 100644 --- a/apps/goff/base/kustomization.yaml +++ b/apps/goff/base/kustomization.yaml @@ -8,5 +8,3 @@ configMapGenerator: - config.yaml=relay-config.yaml - default-flags.yaml - override-flags.yaml - - name: cmflags - files: