42 lines
785 B
YAML
42 lines
785 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: scprime/scprime
|
|
tag: latest@sha256:504abc78cac6aec26766602fb83f48d2177944bc8092c2718d3f79fe12defcf3
|
|
persistence:
|
|
metadata:
|
|
enabled: true
|
|
mountPath: /scp-data
|
|
storage:
|
|
enabled: true
|
|
mountPath: /storage
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
hostapiaddress:
|
|
enabled: true
|
|
ports:
|
|
hostapiaddress:
|
|
enabled: true
|
|
port: 4283
|
|
protocol: tcp
|
|
targetPort: 4283
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 4282
|
|
protocol: tcp
|
|
targetPort: 4282
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
SCPRIME_WALLET_PASSWORD: ""
|