Update filter names to be alphabetical
FluxCD doesn't understand ordering of EnvoyFilter objects and won't install them in the order they are specified in the YAML file. Instead, it will install the filters in alphabetical order.
I have updated the filter names to enforce correct ordering. I understand that this is somewhat fragile and depends on external behavior.