2022-11-15 00:14:12 +00:00
|
|
|
env:
|
|
|
|
SCPRIME_WALLET_PASSWORD: ""
|
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
repository: tccr.io/truecharts/scprime
|
2023-02-03 09:33:31 +00:00
|
|
|
tag: latest@sha256:6d1900c25c49294fede758967a61fbde5d5cfb01f68d558047397646a75b51d4
|
2022-11-15 00:14:12 +00:00
|
|
|
persistence:
|
|
|
|
metadata:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /scp-data
|
|
|
|
storage:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /storage
|
|
|
|
podSecurityContext:
|
|
|
|
runAsGroup: 0
|
|
|
|
runAsUser: 0
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
service:
|
|
|
|
hostapiaddress:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
hostapiaddress:
|
|
|
|
enabled: true
|
|
|
|
port: 4283
|
|
|
|
protocol: TCP
|
|
|
|
targetPort: 4283
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 4282
|
|
|
|
protocol: TCP
|
|
|
|
targetPort: 4282
|
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|