38 lines
786 B
YAML
38 lines
786 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: redislabs/redisinsight
|
|
tag: 2.54.0@sha256:938c50cf95f7389bc93ce4d26e6eed6855736a8e5b5b05f7e640f01d1be2d514
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: http
|
|
port: 10579
|
|
redisinsight:
|
|
log_level: info
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
RI_APP_PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
RI_FILES_LOGGER: /logs
|
|
RI_LOG_LEVEL: "{{ .Values.redisinsight.log_level }}"
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /data
|
|
logs:
|
|
enabled: true
|
|
mountPath: /logs
|
|
portal:
|
|
open:
|
|
enabled: true
|