You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mirroring a Gitlab repository from Gitea takes a long time. Gitea runs on Kubernetes using this helm chart - https://github.com/jfelten/gitea-helm-chart, AWS EFS as the PV and AWS RDS as external DB. The code is around 1MB and has 535 tags
I've tried:
Increasing the Instance type for RDS
Increasing the Pod Spec CPU & Memory
... but it still takes around the same time (1 hour)
Mirroring a Gitlab repository from Gitea takes a long time. Gitea runs on Kubernetes using this helm chart - https://github.com/jfelten/gitea-helm-chart, AWS EFS as the PV and AWS RDS as external DB. The code is around 1MB and has 535 tags
I've tried:
... but it still takes around the same time (1 hour)
Here are the specifications for the Pod & RDS:
POD resources:
gitea:
requests:
memory: 1Gi
cpu: 1000m
limits:
memory: 1Gi
cpu: 1000m
memcached:
requests:
memory: 1Gi
cpu: 1Gi
RDS Instance Type - db.m4x.large (4vCPU, 16Gib)
The text was updated successfully, but these errors were encountered: