Wei-Yu Chen | 49950b9 | 2021-11-08 19:19:18 +0800 | [diff] [blame^] | 1 | --- |
| 2 | services: |
| 3 | # NOTE: do NOT include dash(-) in your service name. Use underscore instead. |
| 4 | # Example service name that contains dash: hello-world-blah |
| 5 | # As we use "-" in nghttpx config to connect service name and hostname, |
| 6 | # "-" is used as a delimiter in dispatcher to parse out service names. |
| 7 | |
| 8 | hello: |
| 9 | ip_address: 127.0.0.1 |
| 10 | port: 50050 |
| 11 | magmad: |
| 12 | ip_address: 127.0.0.1 |
| 13 | port: 50052 |
| 14 | control_proxy: |
| 15 | ip_address: 127.0.0.1 |
| 16 | port: 50053 |
| 17 | subscriberdb: |
| 18 | ip_address: 127.0.0.1 |
| 19 | port: 50051 |
| 20 | mobilityd: |
| 21 | ip_address: 127.0.0.1 |
| 22 | port: 60051 |
| 23 | enodebd: |
| 24 | ip_address: 127.0.0.1 |
| 25 | port: 60055 |
| 26 | mme: |
| 27 | ip_address: 127.0.0.1 |
| 28 | port: 50061 |
| 29 | spgw: |
| 30 | ip_address: 127.0.0.1 |
| 31 | port: 50062 |
| 32 | pipelined: |
| 33 | ip_address: 127.0.0.1 |
| 34 | port: 50063 |
| 35 | sessiond: |
| 36 | ip_address: 127.0.0.1 |
| 37 | port: 50065 |
| 38 | abort_session_service: |
| 39 | ip_address: 127.0.0.1 |
| 40 | port: 50065 |
| 41 | test_service: |
| 42 | ip_address: 127.0.0.1 |
| 43 | port: 50066 |
| 44 | directoryd: |
| 45 | ip_address: 127.0.0.1 |
| 46 | port: 50067 |
| 47 | policydb: |
| 48 | ip_address: 127.0.0.1 |
| 49 | port: 50068 |
| 50 | vpnservice: |
| 51 | ip_address: 127.0.0.1 |
| 52 | port: 50070 |
| 53 | redirectd: |
| 54 | ip_address: 127.0.0.1 |
| 55 | port: 50071 |
| 56 | sgs_service: |
| 57 | ip_address: 127.0.0.1 |
| 58 | port: 50073 |
| 59 | sms_mme_service: |
| 60 | ip_address: 127.0.0.1 |
| 61 | port: 50073 |
| 62 | s1ap_service: |
| 63 | ip_address: 127.0.0.1 |
| 64 | port: 50073 |
| 65 | s6a_service: |
| 66 | ip_address: 127.0.0.1 |
| 67 | port: 50073 |
| 68 | s6a_async_service: |
| 69 | ip_address: 127.0.0.1 |
| 70 | port: 50085 |
| 71 | spgw_service: |
| 72 | ip_address: 127.0.0.1 |
| 73 | port: 50073 |
| 74 | amf_service: |
| 75 | ip_address: 127.0.0.1 |
| 76 | port: 50073 |
| 77 | ha_service: |
| 78 | ip_address: 127.0.0.1 |
| 79 | port: 50073 |
| 80 | s8_service: |
| 81 | ip_address: 127.0.0.1 |
| 82 | port: 50073 |
| 83 | state: |
| 84 | ip_address: 127.0.0.1 |
| 85 | port: 50074 |
| 86 | eventd: |
| 87 | ip_address: 127.0.0.1 |
| 88 | port: 50075 |
| 89 | monitord: |
| 90 | ip_address: 127.0.0.1 |
| 91 | port: 50076 |
| 92 | dpid: |
| 93 | ip_address: 127.0.0.1 |
| 94 | port: 50077 |
| 95 | smsd: |
| 96 | ip_address: 127.0.0.1 |
| 97 | port: 50078 |
| 98 | ctraced: |
| 99 | ip_address: 127.0.0.1 |
| 100 | port: 50079 |
| 101 | health: |
| 102 | ip_address: 127.0.0.1 |
| 103 | port: 50080 |
| 104 | envoy_controller: |
| 105 | ip_address: 127.0.0.1 |
| 106 | port: 50081 |
| 107 | connectiond: |
| 108 | ip_address: 127.0.0.1 |
| 109 | port: 50082 |
| 110 | liagentd: |
| 111 | ip_address: 127.0.0.1 |
| 112 | port: 50083 |
| 113 | kernsnoopd: |
| 114 | ip_address: 127.0.0.1 |
| 115 | port: 50084 |