2022-03-09 23:02:51 +00:00
|
|
|
image:
|
2022-03-13 17:15:45 +00:00
|
|
|
repository: tccr.io/truecharts/storj-node
|
2022-07-28 20:39:32 +00:00
|
|
|
tag: 1.60.3@sha256:e709047e9adbb0fdf638c5ee3742a08d7043dae0ba7b4786d6ce8dcaadcabe8e
|
2022-03-09 23:02:51 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
|
2022-03-16 17:08:22 +00:00
|
|
|
securityContext:
|
|
|
|
runAsNonRoot: false
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
|
|
|
|
podSecurityContext:
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
2022-06-17 08:24:54 +00:00
|
|
|
|
2022-06-07 17:41:19 +00:00
|
|
|
secretEnv:
|
2022-03-09 23:02:51 +00:00
|
|
|
WALLET: "walletaddress"
|
|
|
|
|
|
|
|
env:
|
|
|
|
SETUP: true
|
|
|
|
EMAIL: ""
|
|
|
|
ADDRESS: ""
|
|
|
|
STORAGE: "500GB"
|
|
|
|
|
|
|
|
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
|
|
|
|
protocol: TCP
|
|
|
|
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
|
|
|
|
protocol: UDP
|
|
|
|
port: 28967
|
|
|
|
targetPort: 28967
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
identity:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/app/identity"
|
|
|
|
storage:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/app/config"
|