mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 02:30:53 +08:00
28 lines
459 B
YAML
28 lines
459 B
YAML
## Set default image, imageTag, and imagePullPolicy. mode is used to indicate the
|
|
##
|
|
image:
|
|
repository: ipfs/go-ipfs
|
|
tag: v0.8.0-rc1
|
|
pullPolicy: IfNotPresent
|
|
|
|
## Additional arguments to pass to ipfs binary
|
|
extraArgs: []
|
|
|
|
updateStrategy: Recreate
|
|
|
|
service:
|
|
swarmPort: 9401
|
|
apiPort: 9501
|
|
gatewayPort: 9080
|
|
|
|
environment:
|
|
|
|
appVolumeMounts:
|
|
staging:
|
|
emptyDir: true
|
|
mountPath: "/export"
|
|
data:
|
|
emptyDir: true
|
|
mountPath: "/data/ipfs"
|
|
|