mirror of
https://github.com/truenas/charts.git
synced 2026-04-23 18:10:06 +08:00
22 lines
376 B
YAML
22 lines
376 B
YAML
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.13.0
|
|
service:
|
|
apiPort: 30951
|
|
gatewayPort: 30980
|
|
swarmPort: 30941
|
|
updateStrategy: Recreate
|