chore: fix temporary hickup for pkg redatam
This commit is contained in:
parent
2abb903efa
commit
9953ebe31f
1 changed files with 358 additions and 59 deletions
|
|
@ -22,7 +22,7 @@ steps:
|
|||
PLATFORM: redhat-9
|
||||
ARCH: amd64
|
||||
NCPUS: 2
|
||||
MEMORY: 14Gi
|
||||
MEMORY: 18Gi
|
||||
STRATEGY: sequential
|
||||
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3)
|
||||
# volumes:
|
||||
|
|
@ -44,10 +44,10 @@ steps:
|
|||
### PROD
|
||||
resources:
|
||||
requests:
|
||||
memory: 14Gi
|
||||
memory: 18Gi
|
||||
cpu: 3000m
|
||||
limits:
|
||||
memory: 14Gi
|
||||
memory: 18Gi
|
||||
cpu: 3000m
|
||||
nodeSelector:
|
||||
kubernetes.io/arch: amd64
|
||||
|
|
|
|||
Loading…
Reference in a new issue