chore: Update manifests after change

This commit is contained in:
2026-03-04 00:31:35 +00:00
parent 6353e61b34
commit 4ea8791d14

View File

@@ -130,9 +130,11 @@ spec:
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
name: main name: main
resources: resources:
limits:
cpu: 100m
requests: requests:
cpu: 10m cpu: 10m
memory: 128Mi memory: 512Mi
volumeMounts: volumeMounts:
- mountPath: /data - mountPath: /data
name: cache name: cache