Skip to content
Snippets Groups Projects
Commit 42c67154 authored by turletti's avatar turletti
Browse files

set nrf ip in case of gnb-upf mode

parent c65cd249
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ spec:
command:
- /bin/sh
- -c
- until curl --connect-timeout {{ .Values.global.timeout }} --head -X GET http://{{ .Values.global.IpNRF }}/nnrf-nfm/v1/nf-instances?nf-type='NRF' {{ .Values.global.http2Param }}; do echo waiting for oai-nrf; sleep 1; done
- until curl --connect-timeout {{ .Values.global.timeout }} --head -X GET http://{{ .Values.global.IP_NRF }}/nnrf-nfm/v1/nf-instances?nf-type='NRF' {{ .Values.global.http2Param }}; do echo waiting for oai-nrf; sleep 1; done
{{- end }}{{ end }}
containers:
{{- if .Values.includeTcpDumpContainer }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment