e1911f6e9c
This PR contains the following updates: | Package | Update | Change | |---|---|---| | quay.io/pussthecatorg/libremdb | digest | `0cafc44` -> `0cde3d4` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xOC40IiwidXBkYXRlZEluVmVyIjoiMzguMTguNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
40 lines
1.1 KiB
YAML
40 lines
1.1 KiB
YAML
image:
|
|
repository: quay.io/pussthecatorg/libremdb
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:0cde3d41def1f14e3a5bc88c9ee83f61b383f23d2726c8868ab3219cefa895a0
|
|
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
|