From 858f0373064cd7593065312100f738bef2b54e55 Mon Sep 17 00:00:00 2001 From: David Landry Date: Wed, 4 Sep 2024 15:42:49 -0400 Subject: [PATCH] fix(goff): config file name --- apps/goff/base/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/goff/base/deployment.yaml b/apps/goff/base/deployment.yaml index ed093ef..f3ace97 100644 --- a/apps/goff/base/deployment.yaml +++ b/apps/goff/base/deployment.yaml @@ -38,7 +38,7 @@ spec: image: gofeatureflag/go-feature-flag:latest command: ["go-feature-flag-relay-proxy", "--config", "/goff/config.yaml"] volumeMounts: - - name: goff-relay-config + - name: config mountPath: /goff/config.yaml - name: default-flags mountPath: /goff/default-flags.yaml @@ -95,7 +95,7 @@ spec: service: name: goff port: - number: http + name: http path: / pathType: Prefix