47 lines
925 B
YAML
47 lines
925 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: tccr.io/truecharts/fluttercoin-wallet
|
|
tag: latest@sha256:1f99a09f2c9c026f431812060dc250b6205b69c43b86e095090482e70efac4e1
|
|
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
|