Commit 48eaf872 authored by Anton Borisov's avatar Anton Borisov

Update node1.yml

parent a46530ea
Pipeline #85 canceled with stages
in 1 minute and 12 seconds
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: dns-deny-external-egress
namespace: dev
spec:
podSelector:
matchLabels:
app: node1
policyTypes:
- Egress
---
apiVersion: v1
......@@ -40,9 +52,15 @@ spec:
labels:
app: node1
spec:
hostAliases:
- ip: "1.2.3.4"
hostnames:
- "seed1.destream.io"
- "seed2.destream.io"
containers:
- name: node1
image: git.poka.website:4567/destream-public/destream-blockchain:latest
args: ["-addnode=node1"]
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