2022-03-09 23:02:51 +00:00
|
|
|
image:
|
2022-03-13 17:15:45 +00:00
|
|
|
repository: tccr.io/truecharts/storj-node
|
2023-01-31 10:23:04 +00:00
|
|
|
tag: 1.71.2@sha256:0fe959e73dd6fecbb4ffece262bf61a63914cd354e05b61cbe6caa7eec43342b
|
2022-03-09 23:02:51 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 14002
|
|
|
|
targetPort: 14002
|
2022-07-10 09:21:55 +00:00
|
|
|
coretcp:
|
2022-03-09 23:02:51 +00:00
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
coretcp:
|
|
|
|
enabled: true
|
2023-04-11 10:07:17 +00:00
|
|
|
protocol: tcp
|
2022-03-09 23:02:51 +00:00
|
|
|
port: 28967
|
|
|
|
targetPort: 28967
|
2022-07-10 09:21:55 +00:00
|
|
|
coreudp:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
2022-03-09 23:02:51 +00:00
|
|
|
coreudp:
|
|
|
|
enabled: true
|
2023-04-11 10:07:17 +00:00
|
|
|
protocol: udp
|
2022-03-09 23:02:51 +00:00
|
|
|
port: 28967
|
|
|
|
targetPort: 28967
|
|
|
|
persistence:
|
|
|
|
identity:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/app/identity"
|
|
|
|
storage:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/app/config"
|
2022-08-08 21:25:02 +00:00
|
|
|
portal:
|
2023-04-11 10:07:17 +00:00
|
|
|
open:
|
|
|
|
enabled: true
|
|
|
|
securityContext:
|
|
|
|
container:
|
|
|
|
runAsNonRoot: false
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
|
|
|
env:
|
|
|
|
SETUP: true
|
|
|
|
EMAIL: ""
|
|
|
|
ADDRESS: ""
|
|
|
|
STORAGE: "500GB"
|
|
|
|
WALLET: "walletaddress"
|