1234567891011121314151617181920212223242526 |
- 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
- mountPath: /app/config
- identity:
- emptyDir: true
- mountPath: /app/identity
- authToken: "user:sasjkadkjhakdlaskdlkajsd"
- identityCreationMountPath: "/root/.local/share/storj/identity/storagenode"
- domainAddress: "localhost"
- runAsUser: 568
- runAsGroup: 568
|