38 lines
727 B
YAML
38 lines
727 B
YAML
env:
|
|
SCPRIME_WALLET_PASSWORD: ""
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/scprime
|
|
tag: latest@sha256:6d1900c25c49294fede758967a61fbde5d5cfb01f68d558047397646a75b51d4
|
|
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
|