a398bb236f
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/g0ldyy/comet | digest | `d4549e0` → `af129a9` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: (UTC) - 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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9jb21ldCIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
50 lines
1.5 KiB
YAML
50 lines
1.5 KiB
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: ghcr.io/g0ldyy/comet
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:af129a939980967455f3a55a123a4817e9974fddb2e6341f355233cb11116c50
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8000
|
|
targetPort: 8000
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
comet__Database__ConnectionString: '{{ printf "Host=%s;Port=5432;Database=%s;Username=%s;Password=%s" (.Values.cnpg.main.creds.host | trimAll "\"") .Values.cnpg.main.database .Values.cnpg.main.user .Values.cnpg.main.creds.password }}'
|
|
ADDON_ID: comet.selfhosted.org
|
|
ADDON_NAME: Comet | Selfhosted
|
|
ZILEAN_URL: None
|
|
INDEXER_MANAGER_TYPE: None
|
|
INDEXER_MANAGER_TIMEOUT: "30"
|
|
# INDEXER_MANAGER_URL: http://jackett:9117
|
|
# INDEXER_MANAGER_API_KEY:
|
|
# INDEXER_MANAGER_INDEXERS: '["bitsearch","eztv","thepiratebay","therarbg","yts"]'
|
|
GET_TORRENT_TIMEOUT: "5"
|
|
# DEBRID_PROXY_URL: http://127.0.0.1:1080
|
|
FASTAPI_WORKERS: "1"
|
|
SCRAPE_TORRENTIO: "False"
|
|
DATABASE_TYPE: postgresql
|
|
DATABASE_URL: '{{ printf "%s:%s@%s:5432" .Values.cnpg.main.user .Values.cnpg.main.creds.password (.Values.cnpg.main.creds.host | trimAll "\"") }}'
|
|
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: "/data"
|
|
cache:
|
|
enabled: true
|
|
type: emptyDir
|
|
mountPath: "/.cache"
|
|
|
|
cnpg:
|
|
main:
|
|
enabled: true
|
|
user: comet
|
|
database: comet
|