Customizing for MATRIXX Charging Function Services
The NRF Client is service-agnostic. Configure nrf.nfServiceQuery.selectors
properties with
labels that target Charging Function services.
Deploying for CHF Proxy
To select for CHF Proxy, specify the operations port and set a value of chf-proxy
for the
app
selector, as shown in the following configuration excerpt:
nrf:
nfServiceQuery:
port: 8081
selectors:
- label: app
value: chf-proxy
Deploying for CHF Standalone
To select for CHF Standalone, specify the operations port and set a value of chf-standalone
for the app
selector, as shown in the following configuration excerpt:
nrf:
nfServiceQuery:
port: 9097
selectors:
- label: app
value: chf-standalone