From f3536524b4ccdb622b113269369a1f0503e5bb3c Mon Sep 17 00:00:00 2001 From: Akash LM Date: Fri, 10 Nov 2023 23:03:14 +0530 Subject: [PATCH 1/3] Add ephemeral-storage request and limit --- charts/agent/Chart.yaml | 2 +- charts/agent/values.yaml | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/charts/agent/Chart.yaml b/charts/agent/Chart.yaml index 4ef1b0e0..8ef7e797 100644 --- a/charts/agent/Chart.yaml +++ b/charts/agent/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.1.5 +version: 1.1.6 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/agent/values.yaml b/charts/agent/values.yaml index 2643bf52..c786a2b1 100644 --- a/charts/agent/values.yaml +++ b/charts/agent/values.yaml @@ -43,7 +43,7 @@ service: port: 80 git_bridge: - enabled: false + enabled: true image: repository: ghcr.io/intelops/kubviz/git-agent pullPolicy: Always @@ -77,7 +77,7 @@ git_bridge: container_bridge: - enabled: false + enabled: true image: repository: ghcr.io/intelops/kubviz/container-agent pullPolicy: Always @@ -125,9 +125,11 @@ resources: limits: cpu: 2 memory: 2Gi + ephemeral-storage: 1Gi requests: cpu: 200m memory: 256Mi + ephemeral-storage: 256Mi autoscaling: enabled: false From 9604ee320d09801e1e921816ea81cd86bd989773 Mon Sep 17 00:00:00 2001 From: Akash LM Date: Fri, 10 Nov 2023 23:06:03 +0530 Subject: [PATCH 2/3] Add ephemeral-storage request and limit --- charts/agent/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/agent/values.yaml b/charts/agent/values.yaml index c786a2b1..f9e9c4d9 100644 --- a/charts/agent/values.yaml +++ b/charts/agent/values.yaml @@ -43,7 +43,7 @@ service: port: 80 git_bridge: - enabled: true + enabled: false image: repository: ghcr.io/intelops/kubviz/git-agent pullPolicy: Always @@ -77,7 +77,7 @@ git_bridge: container_bridge: - enabled: true + enabled: false image: repository: ghcr.io/intelops/kubviz/container-agent pullPolicy: Always From b0ce778ecffe5613b6855139bb42ccd932d60aab Mon Sep 17 00:00:00 2001 From: Akash LM Date: Sun, 12 Nov 2023 14:16:51 +0530 Subject: [PATCH 3/3] Add ephemeral-storage limit --- charts/agent/values.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/charts/agent/values.yaml b/charts/agent/values.yaml index f9e9c4d9..1d7024b1 100644 --- a/charts/agent/values.yaml +++ b/charts/agent/values.yaml @@ -129,8 +129,7 @@ resources: requests: cpu: 200m memory: 256Mi - ephemeral-storage: 256Mi - + autoscaling: enabled: false minReplicas: 1