2022-07-20 19:13:25 +00:00
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
2023-12-06 10:42:22 +00:00
|
|
|
repository: ich777/fluttercoin
|
|
|
|
tag: latest@sha256:6a5a8796019044220846b479e13f9967ed283623b6ebd03ef1bbd1504eefaf66
|
2022-07-20 19:13:25 +00:00
|
|
|
persistence:
|
|
|
|
datapath:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /fluttercoin
|
2023-12-07 14:26:46 +00:00
|
|
|
portal:
|
2023-12-12 15:54:42 +00:00
|
|
|
open:
|
|
|
|
enabled: true
|
2022-07-20 19:13:25 +00:00
|
|
|
securityContext:
|
2023-12-07 14:26:46 +00:00
|
|
|
container:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsGroup: 0
|
|
|
|
runAsUser: 0
|
2022-07-20 19:13:25 +00:00
|
|
|
service:
|
|
|
|
jsonremoteport:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
jsonremoteport:
|
|
|
|
enabled: true
|
|
|
|
port: 7474
|
2023-12-12 15:54:42 +00:00
|
|
|
protocol: tcp
|
2022-07-20 19:13:25 +00:00
|
|
|
targetPort: 7474
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 8080
|
2023-12-12 15:54:42 +00:00
|
|
|
protocol: http
|
2022-07-20 19:13:25 +00:00
|
|
|
targetPort: 8080
|
|
|
|
peertopeerconn:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
peertopeerconn:
|
|
|
|
enabled: true
|
|
|
|
port: 7408
|
2023-12-12 15:54:42 +00:00
|
|
|
protocol: tcp
|
2022-07-20 19:13:25 +00:00
|
|
|
targetPort: 7408
|
2023-12-07 14:26:46 +00:00
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
|
|
|
env:
|
|
|
|
CUSTOM_RES_H: "768"
|
|
|
|
CUSTOM_RES_W: "1024"
|
|
|
|
DATA_PERM: "770"
|
|
|
|
EXTRA_PARAMS: -bind=0.0.0.0
|