Skip to content

Commit f791309

Browse files
authored
fix: add more memory for asktable (#510)
* fix: add more memory for asktable * fix: add more memory for asktable
1 parent 542e5d5 commit f791309

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

template/asktable.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,10 @@ spec:
120120
resources:
121121
requests:
122122
cpu: 100m
123-
memory: 256Mi
123+
memory: 204Mi
124124
limits:
125-
cpu: 500m
126-
memory: 1024Mi
125+
cpu: 1000m
126+
memory: 2048Mi
127127
volumeMounts:
128128
- name: asktable-data
129129
mountPath: /asktable
@@ -294,4 +294,4 @@ roleRef:
294294
name: ${{ defaults.app_name }}-mysql
295295
subjects:
296296
- kind: ServiceAccount
297-
name: ${{ defaults.app_name }}-mysql
297+
name: ${{ defaults.app_name }}-mysql

0 commit comments

Comments
 (0)