Skip to content
This repository was archived by the owner on Sep 21, 2023. It is now read-only.
This repository was archived by the owner on Sep 21, 2023. It is now read-only.

Allow nodeSelector and tolerations to be specified for vault pods #355

Open
@norwoodj

Description

@norwoodj

At present, the Pod field on the VaultService type offers the ability to specify resource limites/requests for the Vault pods that are deployed. It does not however offer the ability to specify tolerations or a node selector for these pods. We run on Amazon EKS, and would like to run our vault pods on dedicated nodes such that we don't have to assign vault-related IAM permissions to the worker nodes who run our applications. In order to do this, we need the ability to specify these fields.

Add tolerations and nodeSelector fields to the VaultService API object, and use the values of those fields when creating/updating the Vault Deployment object.

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