This repository has been archived on 2025-05-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
truecharts-catalog/stable/libremdb/8.1.60/ix_values.yaml
TrueCharts-Bot 96e01689aa Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-05-28 12:30:49 +00:00

40 lines
1.1 KiB
YAML

image:
repository: quay.io/pussthecatorg/libremdb
pullPolicy: IfNotPresent
tag: latest@sha256:c45fa4d72e0f97f573dbb8f1f75dc917cbf2e7811f255ba8468cb57550fd9d35
service:
main:
ports:
main:
protocol: http
targetPort: 3000
port: 10593
persistence:
config:
enabled: true
mountPath: /opt/app
redis:
enabled: true
includeCommon: true
redisUsername: default
portal:
open:
enabled: true
workload:
main:
podSpec:
containers:
main:
env:
NEXT_PUBLIC_URL: http://localhost:3000
NEXT_TELEMETRY_DISABLED: 1
AXIOS_USERAGENT: "Mozilla/5.0 (X11; Linux x86_64; rv:104.0) Gecko/20100101 Firefox/104.0"
AXIOS_ACCEPT: "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8"
AXIOS_LANGUAGE: "en-US,en;q=0.5"
USE_REDIS: true
REDIS_URL:
secretKeyRef:
expandObjectName: false
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
key: url