Commit 42ef7f97 authored by Waqar Ahmed's avatar Waqar Ahmed

Add test values for CI

parent 607e5589
## Set default image, imageTag, and imagePullPolicy. mode is used to indicate the
##
image:
repository: ipfs/go-ipfs
tag: v0.8.0-rc1
repository: ghcr.io/chia-network/chia
tag: 1.1.4
pullPolicy: IfNotPresent
## Additional arguments to pass to ipfs binary
extraArgs: []
updateStrategy: Recreate
service:
swarmPort: 9401
apiPort: 9501
gatewayPort: 9080
environment:
environmentVariables:
- name: "keys"
value: "/plots/keyfile"
appVolumeMounts:
staging:
emptyDir: true
mountPath: "/export"
mountPath: "/plots"
data:
emptyDir: true
mountPath: "/data/ipfs"
mountPath: "/root/.chia"
## 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"
categories:
- storage
- crypto
-
icon_url: https://www.chia.net/img/chia_logo.svg
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment