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