Commit 58aff40a authored by Anton Borisov's avatar Anton Borisov

Add new file

parent c2cf4f18
Pipeline #120 failed with stages
in 8 seconds
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: node
labels:
app: node
namespace: test
spec:
replicas: 3
revisionHistoryLimit: 2
strategy:
type: RollingUpdate
rollingUpdate:
maxSurge: 1
maxUnavailable: 0
selector:
matchLabels:
app: node
template:
metadata:
labels:
app: node
spec:
containers:
- name: node
image: _IMAGE_NAME_:_VERSION_
command: ["dotnet"]
args: ["DeStream.DeStreamD.dll","-addnode=148.251.53.215","-addnode=144.76.219.71"]
ports:
- name: node-api
containerPort: 56833
- name: node-svc
containerPort: 56864
volumeMounts:
- name: pv-node-test
mountPath: "/root/.destreamnode"
imagePullSecrets:
- name: registrypullsecret
volumes:
- name: pv-node-test
persistentVolumeClaim:
claimName: pv-node-test-claim
\ 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