Commit bd3d8aec authored by Andrew's avatar Andrew

Update app.tpl.yml

parent 01c96796
Pipeline #1440 passed with stages
in 33 seconds
......@@ -15,16 +15,10 @@ spec:
- from:
- ipBlock:
cidr: 10.233.0.0/17
ports:
- protocol: TCP
port: 56833
egress:
- to:
- ipBlock:
cidr: 10.233.0.0/17
ports:
- protocol: TCP
port: 56833
---
apiVersion: networking.k8s.io/v1
......@@ -43,16 +37,10 @@ spec:
- from:
- ipBlock:
cidr: 10.233.0.0/17
ports:
- protocol: TCP
port: 56833
egress:
- to:
- ipBlock:
cidr: 10.233.0.0/17
ports:
- protocol: TCP
port: 56833
---
apiVersion: networking.k8s.io/v1
......@@ -71,16 +59,10 @@ spec:
- from:
- ipBlock:
cidr: 10.233.0.0/17
ports:
- protocol: TCP
port: 56833
egress:
- to:
- ipBlock:
cidr: 10.233.0.0/17
ports:
- protocol: TCP
port: 56833
---
kind: PersistentVolume
......@@ -286,7 +268,7 @@ spec:
- name: node2
image: _IMAGE_NAME_:_VERSION_
command: ["dotnet"]
args: ["DeStream.DeStreamD.dll","-addnode=node1","-addnode=node3","IpRangeFiltering=false"]
args: ["DeStream.DeStreamD.dll","-addnode=node1","-addnode=node3","IpRangeFiltering=false","-loglevel=trace","-debug"]
ports:
- name: node2-api
containerPort: 56833
......@@ -346,7 +328,7 @@ spec:
- name: node3
image: _IMAGE_NAME_:_VERSION_
command: ["dotnet"]
args: ["DeStream.DeStreamD.dll","-addnode=node1","-addnode=node2","IpRangeFiltering=false"]
args: ["DeStream.DeStreamD.dll","-addnode=node1","-addnode=node2","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