fix(sol): serialize canary rollouts under quota
All checks were successful
deploy-trade-r001-canary / apply (push) Successful in 6m46s
All checks were successful
deploy-trade-r001-canary / apply (push) Successful in 6m46s
This commit is contained in:
@@ -12,6 +12,13 @@ spec:
|
||||
- name: seed
|
||||
image: postgres:16-alpine
|
||||
imagePullPolicy: IfNotPresent
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: 250m
|
||||
memory: 128Mi
|
||||
command:
|
||||
- sh
|
||||
- -lc
|
||||
|
||||
Reference in New Issue
Block a user