56 lines
926 B
YAML
56 lines
926 B
YAML
image:
|
|
repository: tccr.io/truecharts/storj-node
|
|
tag: 1.66.4@sha256:3c8baa10852e61b882793cf2a59e2bfcd9ce4337e42cf85f48500516185795b2
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
secretEnv:
|
|
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"
|
|
|
|
portal:
|
|
enabled: true
|