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: image:
repository: ipfs/go-ipfs repository: ghcr.io/chia-network/chia
tag: v0.8.0-rc1 tag: 1.1.4
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## Additional arguments to pass to ipfs binary
extraArgs: []
updateStrategy: Recreate updateStrategy: Recreate
environmentVariables:
service: - name: "keys"
swarmPort: 9401 value: "/plots/keyfile"
apiPort: 9501
gatewayPort: 9080
environment:
appVolumeMounts: appVolumeMounts:
staging: staging:
emptyDir: true emptyDir: true
mountPath: "/export" mountPath: "/plots"
data: data:
emptyDir: true emptyDir: true
mountPath: "/data/ipfs" mountPath: "/root/.chia"
## Set default image, imageTag, and imagePullPolicy. mode is used to indicate the
##
image: image:
repository: ipfs/go-ipfs repository: ghcr.io/chia-network/chia
tag: v0.8.0 tag: 1.1.4
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## Additional arguments to pass to minio binary
extraArgs: []
updateStrategy: Recreate updateStrategy: Recreate
environmentVariables:
- name: "keys"
value: "/plots/keyfile"
service:
swarmPort: 30941
apiPort: 30951
gatewayPort: 30980
environmentVariables: []
emptyDirVolumes: true
appVolumeMounts: appVolumeMounts:
staging: staging:
emptyDir: true emptyDir: true
mountPath: "/export" mountPath: "/plots"
data: data:
emptyDir: true emptyDir: true
mountPath: "/data/ipfs" mountPath: "/root/.chia"
categories: categories:
- storage - storage
- crypto - crypto
-
icon_url: https://www.chia.net/img/chia_logo.svg 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