Pxc XtraDB cluster helm - Unable to set resource limits on pitr pod

Hi everyone!

I have a problem with setting up resource limits for pitr pod. Resource limits work on all other containers inside operator and cluster. Using percona helm chart version - 1.10.1.
Has anyone else encountered this problem or maybe know how to set the resource limits properly?

Tried setting in different sections, but resource limits are not set on pitr pod (indentation is proper in helm values):

backup:
     enabled: true
     pitr:
        resources:
            requests:
                memory: 100Mi
                cpu: 1m
             limits:
               memory: 1Gi
               cpu: 200m
      storages:
         s3-binlogs:
             type: s3
             s3:
              resources:
                 requests:
                     memory: 100Mi
                     cpu: 1m
               limits:
                  memory: 1Gi
                  cpu: 200m
1 Like

Hi @Toms1, You are right. It is impossible to do it using helm chart now. I will fix it. Thanks for report.

2 Likes