Commit f7f48fb2 authored by Anton Borisov's avatar Anton Borisov

Add new file

parent f1d65a01
Pipeline #74 failed with stages
in 18 seconds
---
apiVersion: v1
kind: Service
metadata:
name: node1
namespace: test
labels:
app: node1
spec:
type: NodePort
ports:
- name: node1-svc
port: 56849
nodePort: 30100
- name: node1-api
port: 56864
nodePort: 30101
selector:
app: node1
---
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: node1
labels:
app: node1
namespace: test
spec:
replicas: 1
strategy:
type: RollingUpdate
selector:
matchLabels:
app: node1
template:
metadata:
labels:
app: node1
spec:
containers:
- name: node1
image: git.poka.website:4567/destream-public/destream-blockchain:latest
ports:
- containerPort: 56849
- containerPort: 56864
imagePullSecrets:
- name: registrypullsecret
\ No newline at end of file
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