fix(flame): cleanup and attempt to enable k8s integration (#3385)

* fix(flame): cleanup

* make k8s integration an option

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
Stavros Kois
2022-08-09 12:19:13 +02:00
committed by GitHub
co-authored by Kjeld Schouten-Lebbing
parent 09f1b94497
commit e3d41435e2
5 changed files with 77 additions and 31 deletions
+18 -10
View File
@@ -1,28 +1,36 @@
env:
PASSWORD: flame_password
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/flame
tag: latest@sha256:1e4cfbb4a7cd8039b8a80106d84c6239852d497556c1c6883f16940234d7e55d
persistence:
data:
enabled: true
mountPath: /app/data
pullPolicy: IfNotPresent
tag: v2.3.0@sha256:47efacdbe12bb2697889aa1f67be324c70fb4ea2c687164edbc215dc4485e819
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
secretEnv:
PASSWORD: flame_password
env:
enable_integration: true
service:
main:
enabled: true
ports:
main:
enabled: true
port: 5030
protocol: TCP
port: 10291
protocol: HTTP
targetPort: 5005
persistence:
data:
enabled: true
mountPath: /app/data
portal:
enabled: true