mirror of
https://github.com/wahyd4/chia.git
synced 2026-08-09 05:06:00 +10:00
Update yaml
This commit is contained in:
+10
-3
@@ -12,19 +12,26 @@ spec:
|
||||
labels:
|
||||
app: chia-miner
|
||||
spec:
|
||||
volumes:
|
||||
- name: chia
|
||||
persistentVolumeClaim:
|
||||
claimName: chia-nfs
|
||||
containers:
|
||||
- name: chia-miner
|
||||
image: "docker.pkg.github.com/wahyd4/chia/miner:{{IMAGE_VERSION}}"
|
||||
# securityContext:
|
||||
# runAsUser: 1000
|
||||
imagePullPolicy: Always
|
||||
volumeMounts:
|
||||
- name: chia
|
||||
mountPath: /chia
|
||||
resources:
|
||||
requests:
|
||||
cpu: 500m
|
||||
memory: 512m
|
||||
cpu: 400m
|
||||
memory: 512Mi
|
||||
limits:
|
||||
cpu: 2000m
|
||||
memory: 2048m
|
||||
memory: 2048Mi
|
||||
imagePullSecrets:
|
||||
- name: regcred
|
||||
|
||||
|
||||
Reference in New Issue
Block a user