54 lines
1.0 KiB
YAML
54 lines
1.0 KiB
YAML
|
image:
|
||
|
repository: storjlabs/storagenode
|
||
|
tag: 6f87ea801-v1.71.2-go1.18.8@sha256:ca755aa0de7f30f5451826a564ea4d633d236724e2626c3939fcdba367d362e5
|
||
|
pullPolicy: IfNotPresent
|
||
|
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:
|
||
|
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"
|