Skip to content

Commit 060a256

Browse files
authored
fix: add more memory for asktable
1 parent 74caaf9 commit 060a256

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

template/asktable.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ spec:
122122
cpu: 100m
123123
memory: 256Mi
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)