Created
July 20, 2022 02:31
-
-
Save sfxworks/6fb4db82f3e95ff6c1ae88f90f134c48 to your computer and use it in GitHub Desktop.
packetcrypt on k8s
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: apps/v1 | |
kind: Deployment | |
metadata: | |
name: packetcrypt | |
namespace: packetcrypt | |
spec: | |
replicas: 1 | |
selector: | |
matchLabels: | |
app: packetcrypt | |
template: | |
metadata: | |
labels: | |
app: packetcrypt | |
spec: | |
containers: | |
- name: packetcrypt | |
image: thomasjp0x42/packetcrypt | |
args: ["ann", "-p", "pkt1qrphhdj5f4eueqmyxyd4sfw47nn9nfemf07q2xx", "http://pool.pktpool.io", "http://pool.pkt.world", "https://stratum.zetahash.com", "http://pool.pkteer.com"] | |
resources: | |
requests: | |
cpu: 8 | |
memory: 2048Mi | |
limits: | |
cpu: 8 | |
memory: 2048Mi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment