Commit ebd0b443 authored by Anton Borisov's avatar Anton Borisov

Update node1.yml

parent cb036cfb
Pipeline #91 failed with stages
in 8 seconds
---
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
......@@ -11,7 +12,6 @@ spec:
- Egress
---
apiVersion: v1
kind: Service
metadata:
......@@ -32,7 +32,6 @@ spec:
app: node1
---
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
......@@ -63,7 +62,8 @@ spec:
containers:
- name: node1
image: git.poka.website:4567/destream-public/destream-blockchain:latest
args: ["-addnode=node1"]
command: ["dotnet"
args: ["DeStream.DeStreamD.dll"]
ports:
- containerPort: 56849
- containerPort: 56864
......
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