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

add tcpdump container option

parent a685e9a7
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ oai-lmf:
version: v2.1.0 ## The branch to be used to pull from dockerhub
# pullPolicy: IfNotPresent or Never or Always
pullPolicy: IfNotPresent
includeTcpDumpContainer: false #only for taking pcaps inside network function pod
includeTcpDumpContainer: @TCPDUMP_CONTAINER@ #only for taking pcaps inside network function pod
persistent:
sharedvolume: false
start:
......@@ -226,7 +226,6 @@ oai-traffic-server:
version: latest
#pullPolicy: IfNotPresent or Never or Always
pullPolicy: IfNotPresent
includeTcpDumpContainer: @TCPDUMP_CONTAINER@ #only for taking pcaps inside network function pod
multus:
create: @MULTUS_TS@
ipAdd: "@IP_TS@"
......
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