From 150cc16fdf2b534c7ec0427849cea2ebec5e4d41 Mon Sep 17 00:00:00 2001 From: DrPsychick Date: Mon, 6 May 2024 23:09:43 +0200 Subject: [PATCH] fix: fix basic required config --- charts/athens-proxy/ci/config-values.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/charts/athens-proxy/ci/config-values.yaml b/charts/athens-proxy/ci/config-values.yaml index ace8e2b..48b87f0 100644 --- a/charts/athens-proxy/ci/config-values.yaml +++ b/charts/athens-proxy/ci/config-values.yaml @@ -11,17 +11,22 @@ config: toml: |- # custom config.toml enabled: {{ .Values.config.enabled }} GoBinary = "go" + GoBinaryEnvVars = ["GOPROXY=direct"] GoEnv = "development" + GoGetDir = "" GoGetWorkers = 3 ProtocolWorkers = 10 LogLevel = "debug" LogFormat = "plain" + DownloadMode = "sync" NetworkMode = "strict" - StorageType = "memory" + Port = ":3000" + StorageType = "disk" IndexType = "none" ShutdownTimeout = 5 Timeout = 60 [Storage] - # no config needed + [Storage.Disk] + RootPath = "/var/lib/athens" [Index] # no config needed