33 lines
562 B
YAML
33 lines
562 B
YAML
image:
|
|
repository: tccr.io/truecharts/noisedash
|
|
tag: 0.6.9@sha256:5ce0beac8315cd4af80ee9fa5101447771b348d1c16051f04b4fa3fa9a1e8290
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
noisedash:
|
|
max_sample_size_in_bytes: 10737418240
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10328
|
|
|
|
persistence:
|
|
db:
|
|
enabled: true
|
|
mountPath: /var/noisedash/db
|
|
samples:
|
|
enabled: true
|
|
mountPath: /var/noisedash/samples
|
|
|
|
portal:
|
|
enabled: true
|