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: ...@@ -15,16 +15,10 @@ spec:
- from: - from:
- ipBlock: - ipBlock:
cidr: 10.233.0.0/17 cidr: 10.233.0.0/17
ports:
- protocol: TCP
port: 56833
egress: egress:
- to: - to:
- ipBlock: - ipBlock:
cidr: 10.233.0.0/17 cidr: 10.233.0.0/17
ports:
- protocol: TCP
port: 56833
--- ---
apiVersion: networking.k8s.io/v1 apiVersion: networking.k8s.io/v1
...@@ -43,16 +37,10 @@ spec: ...@@ -43,16 +37,10 @@ spec:
- from: - from:
- ipBlock: - ipBlock:
cidr: 10.233.0.0/17 cidr: 10.233.0.0/17
ports:
- protocol: TCP
port: 56833
egress: egress:
- to: - to:
- ipBlock: - ipBlock:
cidr: 10.233.0.0/17 cidr: 10.233.0.0/17
ports:
- protocol: TCP
port: 56833
--- ---
apiVersion: networking.k8s.io/v1 apiVersion: networking.k8s.io/v1
...@@ -71,16 +59,10 @@ spec: ...@@ -71,16 +59,10 @@ spec:
- from: - from:
- ipBlock: - ipBlock:
cidr: 10.233.0.0/17 cidr: 10.233.0.0/17
ports:
- protocol: TCP
port: 56833
egress: egress:
- to: - to:
- ipBlock: - ipBlock:
cidr: 10.233.0.0/17 cidr: 10.233.0.0/17
ports:
- protocol: TCP
port: 56833
--- ---
kind: PersistentVolume kind: PersistentVolume
...@@ -286,7 +268,7 @@ spec: ...@@ -286,7 +268,7 @@ spec:
- name: node2 - name: node2
image: _IMAGE_NAME_:_VERSION_ image: _IMAGE_NAME_:_VERSION_
command: ["dotnet"] 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: ports:
- name: node2-api - name: node2-api
containerPort: 56833 containerPort: 56833
...@@ -346,7 +328,7 @@ spec: ...@@ -346,7 +328,7 @@ spec:
- name: node3 - name: node3
image: _IMAGE_NAME_:_VERSION_ image: _IMAGE_NAME_:_VERSION_
command: ["dotnet"] 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: ports:
- name: node3-api - name: node3-api
containerPort: 56833 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