Skip to content

Add resource limits to Ansible operator scaffolding #3573

@asmacdo

Description

@asmacdo

The Helm operator scaffolds resource limits in the manager manifest:

resources:
limits:
cpu: 100m
memory: 90Mi
requests:
cpu: 100m
memory: 60Mi

However these resource limits were too restrictive for ansible operators. Since v0.19 scaffolded Ansible operators do not have resource limits, I am considering this a new feature that can be added post 1.0 release.

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/featureCategorizes issue or PR as related to a new feature.language/ansibleIssue is related to an Ansible operator projectlifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.needs discussion

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions