monero
This commit is contained in:
@@ -44,6 +44,12 @@ spec:
|
||||
- "k8s-solo-lottery"
|
||||
- "--daemon-poll-interval=1000"
|
||||
- "--randomx-mode=light"
|
||||
- "--http-enabled"
|
||||
- "--http-host=0.0.0.0"
|
||||
- "--http-port=16000"
|
||||
ports:
|
||||
- containerPort: 16000
|
||||
name: http-api
|
||||
volumeMounts:
|
||||
- name: shared
|
||||
mountPath: /shared
|
||||
@@ -57,3 +63,16 @@ spec:
|
||||
volumes:
|
||||
- name: shared
|
||||
emptyDir: {}
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: xmrig-monero-solo-api
|
||||
namespace: miner
|
||||
spec:
|
||||
selector:
|
||||
app: xmrig-monero-solo
|
||||
ports:
|
||||
- name: http-api
|
||||
port: 16000
|
||||
targetPort: 16000
|
||||
|
||||
Reference in New Issue
Block a user