Files
truecharts/charts/incubator/storj-node/values.yaml
T
Stavros KoisandGitHub 4bcc702b65 feat(storj-node): Add storj-node (#2119)
* feat(storj-node): Add storj-node

* rename folder

* true string

* setup only

* update questions

* add skipinstall

* add desc

* enable secondary ports

* default to pvc
2022-03-10 01:02:51 +02:00

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"