46 lines
905 B
YAML
46 lines
905 B
YAML
env:
|
|
CUSTOM_RES_H: "768"
|
|
CUSTOM_RES_W: "1024"
|
|
DATA_PERM: "770"
|
|
EXTRA_PARAMS: -bind=0.0.0.0
|
|
UMASK: "000"
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ich777/fluttercoin
|
|
tag: latest@sha256:6a5a8796019044220846b479e13f9967ed283623b6ebd03ef1bbd1504eefaf66
|
|
persistence:
|
|
datapath:
|
|
enabled: true
|
|
mountPath: /fluttercoin
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
jsonremoteport:
|
|
enabled: true
|
|
ports:
|
|
jsonremoteport:
|
|
enabled: true
|
|
port: 7474
|
|
protocol: TCP
|
|
targetPort: 7474
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8080
|
|
protocol: HTTP
|
|
targetPort: 8080
|
|
peertopeerconn:
|
|
enabled: true
|
|
ports:
|
|
peertopeerconn:
|
|
enabled: true
|
|
port: 7408
|
|
protocol: TCP
|
|
targetPort: 7408
|
|
portal:
|
|
enabled: true
|