40 lines
1.1 KiB
YAML
40 lines
1.1 KiB
YAML
|
image:
|
||
|
repository: quay.io/pussthecatorg/libremdb
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: latest@sha256:5d8577fb34c6a95a4067da1b08a744d35aef3d9a57684a0dec969424cd0b3279
|
||
|
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
|