From 6341b6807e375fed0960d0dccc43528a766fc0b7 Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Thu, 13 May 2021 22:21:43 +1000 Subject: [PATCH] Update yaml --- manifest.yaml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/manifest.yaml b/manifest.yaml index 255951e..9ceac8d 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -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