Files
truecharts/charts/stable/comet/values.yaml
T
Kjeld Schouten f8e33766bf feat(common): remove portal and ensure appUrl is used for notes.txt (#34047)
**Description**

This removes old portal references (from truenas times) from common and
notes.txt
Also ensures chartContext is used for notes.txt

Technically breaking in case any down-stream users use portal
configmap/data

⚒️ Fixes  #31880

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [x] 🔃 Refactor of current code
- [ ] 📜 Documentation Changes

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made changes to the documentation
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-04-07 22:04:57 +02:00

50 lines
1.5 KiB
YAML

image:
repository: ghcr.io/elfhosted/comet
pullPolicy: IfNotPresent
tag: v2.4.3@sha256:9afbe1519b11fc6197e011889f3d5f77f960709e419039ed01c1ce49f18279ae
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
ZILEAN_TAKE_FIRST: 500
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