2022-07-22 20:19:45 +00:00
|
|
|
env:
|
|
|
|
SCPRIME_WALLET_PASSWORD: ""
|
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
repository: tccr.io/truecharts/scprime
|
2022-07-25 21:35:40 +00:00
|
|
|
tag: latest@sha256:a600d7deeb7c188cb1300f51bcf5dfdc92e494942e8c69b5b581a3bacd73e6dd
|
2022-07-22 20:19:45 +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
|
2022-08-08 21:25:02 +00:00
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|