Skip to content

Commit f353652

Browse files
committed
Add ephemeral-storage request and limit
1 parent ab97186 commit f353652

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

charts/agent/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.1.5
18+
version: 1.1.6
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/agent/values.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ service:
4343
port: 80
4444

4545
git_bridge:
46-
enabled: false
46+
enabled: true
4747
image:
4848
repository: ghcr.io/intelops/kubviz/git-agent
4949
pullPolicy: Always
@@ -77,7 +77,7 @@ git_bridge:
7777

7878

7979
container_bridge:
80-
enabled: false
80+
enabled: true
8181
image:
8282
repository: ghcr.io/intelops/kubviz/container-agent
8383
pullPolicy: Always
@@ -125,9 +125,11 @@ resources:
125125
limits:
126126
cpu: 2
127127
memory: 2Gi
128+
ephemeral-storage: 1Gi
128129
requests:
129130
cpu: 200m
130131
memory: 256Mi
132+
ephemeral-storage: 256Mi
131133

132134
autoscaling:
133135
enabled: false

0 commit comments

Comments
 (0)