commit | b918a8098b32a859a23be4555af48d5b0cb64e65 | [log] [tgz] |
---|---|---|
author | badhrinath.pa@gmail.com <badhri85@node.onf4.cord-testdrive-pg0.wisc.cloudlab.us> | Wed Jun 16 20:24:17 2021 -0500 |
committer | Ajay Thakur <thakur.ajay@gmail.com> | Wed Jun 23 20:21:16 2021 +0000 |
tree | 1d5491114c8eb0ce9e106780b3091e06fb11bd0b | |
parent | 8e2d497f1a19cb6f307d19cfd43371681856aed2 [diff] [blame] |
grpc config changes for 5gc Change-Id: I3de636bfb134fd301a5f568149318ba1278c8429
diff --git a/omec/5g-control-plane/templates/service-webui.yaml b/omec/5g-control-plane/templates/service-webui.yaml index 76a3273..0afc3dc 100644 --- a/omec/5g-control-plane/templates/service-webui.yaml +++ b/omec/5g-control-plane/templates/service-webui.yaml
@@ -23,6 +23,9 @@ - name: urlport-http port: {{ .Values.config.webui.urlport.port }} protocol: TCP + - name: grpc + port: {{ .Values.config.webui.grpc.port }} + protocol: TCP {{- if or .Values.config.webui.urlport.nodePort.enabled .Values.config.webui.prometheus.nodePort.enabled }} --- apiVersion: v1