added chart
This commit is contained in:
parent
f87e412d9e
commit
30f461a677
1 changed files with 29 additions and 0 deletions
29
xmrig.yml
Normal file
29
xmrig.yml
Normal file
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: xmrig
|
||||
labels:
|
||||
name: xmrig
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
namespace: xmrig
|
||||
name: xmrig-deployment
|
||||
labels:
|
||||
app: xmrig
|
||||
spec:
|
||||
replicas: 9
|
||||
selector:
|
||||
matchLabels:
|
||||
app: xmrig
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: xmrig
|
||||
spec:
|
||||
containers:
|
||||
- name: xmrig
|
||||
image: drailz/monero
|
||||
imagePullPolicy: Always
|
Loading…
Add table
Add a link
Reference in a new issue