Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

Collection of examples of how different kind of yaml files for ECDs look like: 



Note!

For certain workflows like in case of diameter, you need to set up hostname in the ECD. This can be done by adding hostAliases to the ECD. It looks like this:
hostAliases = ip - "127.0.0.1" hostnames - "server"

Where hostAliases is a list of objects containing one IP adress and a list of hostname strings.

This configuration will create entries in the /etc/hosts file (with IP and hostname mappings) in all the ECD pods.

  • No labels