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