Files
truecharts/charts/stable/libremdb/values.yaml
T
TrueCharts Bot 28194bbc79 chore(deps): update container image tccr.io/truecharts/homepage to v0.5.8 (#5890)
* chore(deps): update container image tccr.io/truecharts/homepage to v0.5.8

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

* move libremdb to stable

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-12-31 17:20:47 +02:00

37 lines
809 B
YAML

image:
repository: tccr.io/truecharts/libremdb
pullPolicy: IfNotPresent
tag: latest@sha256:2fdc62a883660dd9f07765e09c5605da59de1622648c60455e59d89ab0b655cd
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:
name: rediscreds
key: url
service:
main:
ports:
main:
protocol: HTTP
targetPort: 3000
port: 10593
persistence:
config:
enabled: true
mountPath: /opt/app
redis:
enabled: true
existingSecret: rediscreds
portal:
enabled: true