Skip to content

Commit 0d3d320

Browse files
authored
add resources to ci job test values
1 parent 06eb9a4 commit 0d3d320

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci-helm-lint-test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,13 @@ jobs:
102102
postgresql:
103103
pg_hba:
104104
- hostssl all all all cert
105+
resources:
106+
requests:
107+
cpu: "50m"
108+
memory: "256Mi"
109+
limits:
110+
cpu: "1000m"
111+
memory: "1024Mi"
105112
storage:
106113
size: 1Gi
107114
testApp:

0 commit comments

Comments
 (0)