mirror of
https://github.com/truenas/charts.git
synced 2026-04-24 02:20:15 +08:00
28 lines
492 B
YAML
28 lines
492 B
YAML
## Set default image, imageTag, and imagePullPolicy. mode is used to indicate the
|
|
##
|
|
image:
|
|
repository: ipfs/go-ipfs
|
|
tag: v0.8.0
|
|
pullPolicy: IfNotPresent
|
|
|
|
## Additional arguments to pass to minio binary
|
|
extraArgs: []
|
|
|
|
updateStrategy: Recreate
|
|
|
|
service:
|
|
swarmPort: 30941
|
|
apiPort: 30951
|
|
gatewayPort: 30980
|
|
|
|
environmentVariables: []
|
|
|
|
emptyDirVolumes: true
|
|
appVolumeMounts:
|
|
staging:
|
|
emptyDir: true
|
|
mountPath: "/export"
|
|
data:
|
|
emptyDir: true
|
|
mountPath: "/data/ipfs"
|