|
@@ -1,17 +1,3 @@
|
|
|
-image:
|
|
|
- pullPolicy: IfNotPresent
|
|
|
- repository: storjlabs/storagenode
|
|
|
- tag: 6a69f0345-v1.57.5-go1.17.5
|
|
|
-environmentVariables: []
|
|
|
-extraAppVolumeMounts: []
|
|
|
-webPort: 30000
|
|
|
-nodePort: 30002
|
|
|
-storageSize: 500
|
|
|
-wallet: "0xXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
|
|
|
-email: "user@example.com"
|
|
|
-dnsConfig:
|
|
|
- options: []
|
|
|
-emptyDirVolumes: true
|
|
|
appVolumeMounts:
|
|
|
data:
|
|
|
emptyDir: true
|
|
@@ -19,8 +5,22 @@ appVolumeMounts:
|
|
|
identity:
|
|
|
emptyDir: true
|
|
|
mountPath: /app/identity
|
|
|
-authToken: "user:sasjkadkjhakdlaskdlkajsd"
|
|
|
-identityCreationMountPath: "/root/.local/share/storj/identity/storagenode"
|
|
|
-domainAddress: "localhost"
|
|
|
-runAsUser: 568
|
|
|
+authToken: user:sasjkadkjhakdlaskdlkajsd
|
|
|
+dnsConfig:
|
|
|
+ options: []
|
|
|
+domainAddress: localhost
|
|
|
+email: user@example.com
|
|
|
+emptyDirVolumes: true
|
|
|
+environmentVariables: []
|
|
|
+extraAppVolumeMounts: []
|
|
|
+identityCreationMountPath: /root/.local/share/storj/identity/storagenode
|
|
|
+image:
|
|
|
+ pullPolicy: IfNotPresent
|
|
|
+ repository: storjlabs/storagenode
|
|
|
+ tag: f436b0285-v1.65.1-go1.17.12
|
|
|
+nodePort: 30002
|
|
|
runAsGroup: 568
|
|
|
+runAsUser: 568
|
|
|
+storageSize: 500
|
|
|
+wallet: 0xXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
|
|
+webPort: 30000
|