Add data scripts for nonrtric k8s deployment
[it/dep.git] / nonrtric / helm / policymanagementservice / resources / config / application_configuration.json
1 {
2     "config":{
3       "controller": {{ .Values.policymanagementservice.controllers  | indent 12 }},
4       "ric": {{ .Values.policymanagementservice.ric  | indent 12 }},
5       "streams_publishes": {{ .Values.policymanagementservice.streams_publishes  | indent 12 }},
6       "streams_subscribes": {{ .Values.policymanagementservice.streams_subscribes  | indent 12 }}
7     }
8 }