From 900630c25bd2fea6f4fd0ff62295fb09e9add43d Mon Sep 17 00:00:00 2001 From: Victor Date: Wed, 25 May 2022 13:17:32 +0200 Subject: [PATCH] agola: logging --- flux/cluster/apps/gitops/agola/configmap.yaml | 3 ++- flux/cluster/apps/gitops/agola/deployment.yaml | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flux/cluster/apps/gitops/agola/configmap.yaml b/flux/cluster/apps/gitops/agola/configmap.yaml index 5fddbdb..5386c81 100644 --- a/flux/cluster/apps/gitops/agola/configmap.yaml +++ b/flux/cluster/apps/gitops/agola/configmap.yaml @@ -37,6 +37,7 @@ data: connString: "postgres://agola_notif@10.42.42.26/agola_notif?sslmode=disable" configstore: + debug: true dataDir: /mnt/agola/local/configstore db: type: postgres @@ -51,7 +52,7 @@ data: listenAddress: ":4002" runservice: - debug: true + # debug: true dataDir: /mnt/agola/local/runservice db: type: postgres diff --git a/flux/cluster/apps/gitops/agola/deployment.yaml b/flux/cluster/apps/gitops/agola/deployment.yaml index 836901c..9eab6da 100644 --- a/flux/cluster/apps/gitops/agola/deployment.yaml +++ b/flux/cluster/apps/gitops/agola/deployment.yaml @@ -35,7 +35,6 @@ spec: - /mnt/agola/local/config.yml - "--components" - all-base,executor - - "--debug" - "--detailed-errors" ports: - containerPort: 8000