Skip to content

Support dns configurations for scheduler and webserver #47

Open
@messerzen

Description

@messerzen

I think it would be helpful to allow dns configurations on helm chart like dnsConfig and dnsPolicy. For now, I need to set some custom configurations for dns and I'm not able to do this directly in helm chart. To solve this problem, I'm generating the yaml files using helm template and deploying theses files. So, it would be helpful to set in helm chart, like this

dnsPolicy: "ClusterFirstWithHostNet"
      dnsConfig:
        nameservers:
        - XXX.XXX.X.XXX

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