ECD Examples (3.0)

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.