Add a route to the Unified Push Server in the PushApplication CRD.
Expected format of the config by the client SDK:
{ id: 'any id', name: 'push', type: 'push', url: <push server url>, config: { 'android': { 'variantId': <id of the variant>, 'variantSecret': <secret> }, 'ios': { 'variantId': <id of the variant>, 'variantSecret': <secret> }, } }