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