commit | 97278fadb5157c471bc03ecc2bfe50c6a2e8ae8d | [log] [tgz] |
---|---|---|
author | Ajay Lotan Thakur <thakur.ajay@gmail.com> | Mon Sep 21 17:31:51 2020 -0500 |
committer | Ajay Lotan Thakur <thakur.ajay@gmail.com> | Mon Sep 21 19:28:09 2020 -0500 |
tree | 91d06dda38a0d0a28c20f28284a317e63fb05ada | |
parent | bb9642cc5e00e49b326e6c6269566563598ab990 [diff] [blame] |
starting webserver in spgwc and starting corresponding services at configured port Change-Id: I966337cee0e6861219eac688211521b49609e803
diff --git a/omec/omec-control-plane/templates/configmap-spgwc.yaml b/omec/omec-control-plane/templates/configmap-spgwc.yaml index 4e3ebef..3853a10 100644 --- a/omec/omec-control-plane/templates/configmap-spgwc.yaml +++ b/omec/omec-control-plane/templates/configmap-spgwc.yaml
@@ -27,6 +27,7 @@ UPF_PFCP_IP = 127.0.0.1 UPF_PFCP_PORT = 8805 PROMETHEUS_PORT = {{ .Values.config.spgwc.prometheus.port }} + HTTP_PORT = {{ .Values.config.spgwc.http.port }} TRANSMIT_TIMER = 2 PERIODIC_TIMER = 10 TRANSMIT_COUNT = 5