51 lines
1.1 KiB
YAML
51 lines
1.1 KiB
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/redisinsight
|
|
tag: v1.14.0@sha256:569d8cfd3352ef17800d0c1cb3437ce4510f49571c1d61bbb3422ebc1fd1bb0e
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: http
|
|
port: 10579
|
|
|
|
redisinsight:
|
|
log_level: WARNING
|
|
trusted_origins: []
|
|
auth_prompt: false
|
|
auth_timer: 30
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
RIPORT: "{{ .Values.service.main.ports.main.port }}"
|
|
RIHOMEDIR: /config
|
|
RILOGDIR: /logs
|
|
RILOGLEVEL: "{{ .Values.redisinsight.log_level }}"
|
|
RITRUSTEDORIGINS: '{{ join "," .Values.redisinsight.trusted_origins }}'
|
|
RIAUTHPROMPT: "{{ .Values.redisinsight.auth_prompt }}"
|
|
RIAUTHTIMER: "{{ .Values.redisinsight.auth_timer }}"
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
logs:
|
|
enabled: true
|
|
mountPath: /logs
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|