|
@@ -1,27 +1,16 @@
|
|
|
-## Set default image, imageTag, and imagePullPolicy. mode is used to indicate the
|
|
|
-##
|
|
|
image:
|
|
|
- repository: ipfs/go-ipfs
|
|
|
- tag: v0.8.0
|
|
|
+ repository: ghcr.io/chia-network/chia
|
|
|
+ tag: 1.1.4
|
|
|
pullPolicy: IfNotPresent
|
|
|
-
|
|
|
-## Additional arguments to pass to minio binary
|
|
|
-extraArgs: []
|
|
|
-
|
|
|
updateStrategy: Recreate
|
|
|
+environmentVariables:
|
|
|
+ - name: "keys"
|
|
|
+ value: "/plots/keyfile"
|
|
|
|
|
|
-service:
|
|
|
- swarmPort: 30941
|
|
|
- apiPort: 30951
|
|
|
- gatewayPort: 30980
|
|
|
-
|
|
|
-environmentVariables: []
|
|
|
-
|
|
|
-emptyDirVolumes: true
|
|
|
appVolumeMounts:
|
|
|
staging:
|
|
|
emptyDir: true
|
|
|
- mountPath: "/export"
|
|
|
+ mountPath: "/plots"
|
|
|
data:
|
|
|
emptyDir: true
|
|
|
- mountPath: "/data/ipfs"
|
|
|
+ mountPath: "/root/.chia"
|