123456789101112131415161718192021222324252627 |
- ## 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"
|