45 lines
786 B
YAML
45 lines
786 B
YAML
|
image:
|
||
|
repository: storjlabs/storagenode
|
||
|
tag: 6e7a89161-v1.49.5-go1.17.5@sha256:62f5c05ffabb0fe5d2e0c556a91c08fe6b47ff20df95f350739fa8c07f628877
|
||
|
pullPolicy: IfNotPresent
|
||
|
|
||
|
secret:
|
||
|
WALLET: "walletaddress"
|
||
|
|
||
|
env:
|
||
|
SETUP: true
|
||
|
EMAIL: ""
|
||
|
ADDRESS: ""
|
||
|
STORAGE: "500GB"
|
||
|
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 14002
|
||
|
targetPort: 14002
|
||
|
coretcp:
|
||
|
enabled: true
|
||
|
ports:
|
||
|
coretcp:
|
||
|
enabled: true
|
||
|
protocol: TCP
|
||
|
port: 28967
|
||
|
targetPort: 28967
|
||
|
coreudp:
|
||
|
enabled: true
|
||
|
ports:
|
||
|
coreudp:
|
||
|
enabled: true
|
||
|
protocol: UDP
|
||
|
port: 28967
|
||
|
targetPort: 28967
|
||
|
|
||
|
persistence:
|
||
|
identity:
|
||
|
enabled: true
|
||
|
mountPath: "/app/identity"
|
||
|
storage:
|
||
|
enabled: true
|
||
|
mountPath: "/app/config"
|