123456789101112131415161718192021 |
- appVolumeMounts:
- data:
- emptyDir: true
- mountPath: /data/ipfs
- staging:
- emptyDir: true
- mountPath: /export
- dnsConfig:
- options: []
- emptyDirVolumes: true
- environmentVariables: []
- extraArgs: []
- image:
- pullPolicy: IfNotPresent
- repository: ipfs/go-ipfs
- tag: v0.18.1
- service:
- apiPort: 30951
- gatewayPort: 30980
- swarmPort: 30941
- updateStrategy: Recreate
|