Commit f6276b8c authored by Andrew's avatar Andrew

Update app.tpl.yml

parent bd3d8aec
Pipeline #1441 passed with stages
in 34 seconds
......@@ -208,7 +208,7 @@ spec:
- name: node1
image: _IMAGE_NAME_:_VERSION_
command: ["dotnet"]
args: ["DeStream.DeStreamD.dll","-addnode=node2","-addnode=node3","IpRangeFiltering=false","-loglevel=trace","-debug"]
args: ["DeStream.DeStreamD.dll","IpRangeFiltering=false","-loglevel=trace","-debug"]
ports:
- name: node1-api
containerPort: 56833
......@@ -268,7 +268,7 @@ spec:
- name: node2
image: _IMAGE_NAME_:_VERSION_
command: ["dotnet"]
args: ["DeStream.DeStreamD.dll","-addnode=node1","-addnode=node3","IpRangeFiltering=false","-loglevel=trace","-debug"]
args: ["DeStream.DeStreamD.dll","IpRangeFiltering=false","-loglevel=trace","-debug"]
ports:
- name: node2-api
containerPort: 56833
......@@ -328,7 +328,7 @@ spec:
- name: node3
image: _IMAGE_NAME_:_VERSION_
command: ["dotnet"]
args: ["DeStream.DeStreamD.dll","-addnode=node1","-addnode=node2","IpRangeFiltering=false","-loglevel=trace","-debug"]
args: ["DeStream.DeStreamD.dll","IpRangeFiltering=false","-loglevel=trace","-debug"]
ports:
- name: node3-api
containerPort: 56833
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment