Skip to content

Instantly share code, notes, and snippets.

@sfxworks
Created July 20, 2022 02:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sfxworks/6fb4db82f3e95ff6c1ae88f90f134c48 to your computer and use it in GitHub Desktop.
Save sfxworks/6fb4db82f3e95ff6c1ae88f90f134c48 to your computer and use it in GitHub Desktop.
packetcrypt on k8s
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