fix metadata overwrite logic
This commit is contained in:
parent
c87888beb5
commit
14cf69331d
1 changed files with 23 additions and 32 deletions
|
|
@ -46,21 +46,21 @@ steps:
|
|||
backend_options:
|
||||
kubernetes:
|
||||
### PROD
|
||||
resources:
|
||||
requests:
|
||||
memory: 25Gi
|
||||
cpu: 12000m
|
||||
limits:
|
||||
memory: 28Gi
|
||||
cpu: 16000m
|
||||
## DEBUG
|
||||
# resources:
|
||||
# requests:
|
||||
# memory: 4Gi
|
||||
# cpu: 2000m
|
||||
# memory: 25Gi
|
||||
# cpu: 12000m
|
||||
# limits:
|
||||
# memory: 4Gi
|
||||
# cpu: 2000m
|
||||
# memory: 28Gi
|
||||
# cpu: 16000m
|
||||
# DEBUG
|
||||
resources:
|
||||
requests:
|
||||
memory: 4Gi
|
||||
cpu: 2000m
|
||||
limits:
|
||||
memory: 4Gi
|
||||
cpu: 2000m
|
||||
nodeSelector:
|
||||
kubernetes.io/arch: 'arm64'
|
||||
# - name: Upload PACKAGES files
|
||||
|
|
|
|||
Loading…
Reference in a new issue