Skip to content

Add custom resource size for different deployment #74

@ghiyastfarisi

Description

@ghiyastfarisi

Current values.yaml only handle single resources value to update both the resource size for deployment_backend and deployment_jobs

image

but since the deployment job is rarely being used in some of our usages it is wise to have multiple input value for resources configuration inside values.yaml

example
in values.yaml accept resourceJobs

resources: {}
resourcesJobs: {}

in templates/deployment_jobs.yaml

{{ toYaml .Values.resourcesJobs | indent 10 }}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions