waldur-helm

Packaging of Waldur as Helm application

View on GitHub

Host aliasing

You can specify additional hosts for Waldur containers in the same manner as the /etc/hosts file using host aliasing. To create aliases, a user needs to modify the hostAliases variable in waldur/values.yaml file. Example:

hostAliases:

  - ip: "1.2.3.4"

    hostnames:

      - "my.host.example.com"

This will add a record for my.host.example.com to the /etc/hosts file of all the Waldur containers