|
|
@@ -1,30 +1,21 @@
|
|
|
-## Set default image, imageTag, and imagePullPolicy. mode is used to indicate the
|
|
|
-##
|
|
|
-image:
|
|
|
- repository: ipfs/go-ipfs
|
|
|
- tag: v0.9.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"
|
|
|
-
|
|
|
+ mountPath: /data/ipfs
|
|
|
+ staging:
|
|
|
+ emptyDir: true
|
|
|
+ mountPath: /export
|
|
|
dnsConfig:
|
|
|
options: []
|
|
|
+emptyDirVolumes: true
|
|
|
+environmentVariables: []
|
|
|
+extraArgs: []
|
|
|
+image:
|
|
|
+ pullPolicy: IfNotPresent
|
|
|
+ repository: ipfs/go-ipfs
|
|
|
+ tag: v0.9.1
|
|
|
+service:
|
|
|
+ apiPort: 30951
|
|
|
+ gatewayPort: 30980
|
|
|
+ swarmPort: 30941
|
|
|
+updateStrategy: Recreate
|