From e76126775cd5a6ad2f782148739c32d3b0a1bc68 Mon Sep 17 00:00:00 2001 From: Victor Date: Wed, 25 May 2022 14:08:42 +0200 Subject: [PATCH] agola debug --- flux/cluster/apps/gitops/agola/configmap.yaml | 1 - flux/cluster/apps/gitops/agola/deployment.yaml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/flux/cluster/apps/gitops/agola/configmap.yaml b/flux/cluster/apps/gitops/agola/configmap.yaml index 6940757..338045f 100644 --- a/flux/cluster/apps/gitops/agola/configmap.yaml +++ b/flux/cluster/apps/gitops/agola/configmap.yaml @@ -6,7 +6,6 @@ metadata: data: config.yml: | gateway: - debug: true # The api url that clients will call # Change this to the exposed "agola" service IP apiExposedURL: "https://agola.0x76.dev" diff --git a/flux/cluster/apps/gitops/agola/deployment.yaml b/flux/cluster/apps/gitops/agola/deployment.yaml index f2e87e6..0435188 100644 --- a/flux/cluster/apps/gitops/agola/deployment.yaml +++ b/flux/cluster/apps/gitops/agola/deployment.yaml @@ -35,6 +35,7 @@ spec: - /mnt/agola/local/config.yml - "--components" - all-base,executor + - "--debug" ports: - containerPort: 8000 - containerPort: 4000