35 lines
554 B
YAML
35 lines
554 B
YAML
|
image:
|
||
|
repository: tccr.io/truecharts/flame
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: v2.3.0@sha256:1e4cfbb4a7cd8039b8a80106d84c6239852d497556c1c6883f16940234d7e55d
|
||
|
|
||
|
podSecurityContext:
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
|
||
|
securityContext:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsNonRoot: false
|
||
|
|
||
|
secretEnv:
|
||
|
PASSWORD: flame_password
|
||
|
|
||
|
env:
|
||
|
enable_integration: true
|
||
|
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 10291
|
||
|
protocol: HTTP
|
||
|
targetPort: 5005
|
||
|
|
||
|
persistence:
|
||
|
data:
|
||
|
enabled: true
|
||
|
mountPath: /app/data
|
||
|
|
||
|
portal:
|
||
|
enabled: true
|