Files
truecharts/charts/stable/sonarr/values.yaml
Stavros Kois dcbbcf69dc fix(transmission,kms,sonarr,radarr): probe fixes (#7935)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  #7934
⚒️ Fixes  #7930
⚒️ Fixes  #7940

**⚙️ Type of change**

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

**🧪 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 corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 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

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-04-12 11:11:20 +02:00

58 lines
1.4 KiB
YAML

image:
repository: tccr.io/truecharts/sonarr
pullPolicy: IfNotPresent
tag: 3.0.9.1549@sha256:294b6288d91346f6e65f8cb344b42d17c97b3ee7ada501d77307088f79a8dc15
service:
main:
ports:
main:
port: 8989
persistence:
config:
enabled: true
mountPath: /config
# might be supported on sonarr v4 upon released
cnpg:
main:
enabled: false
database: sonarr
user: sonarr
portal:
open:
enabled: true
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
enabled: true
type: http
path: /ping
readiness:
enabled: true
type: http
path: /ping
startup:
enabled: true
type: http
path: /ping
env:
SONARR__PORT: "{{ .Values.service.main.ports.main.port }}"
SONARR__AUTHENTICATION_METHOD: ""
# Enable postgres if v4 of sonarr supports it.
# SONARR__POSTGRES_PORT: 5432
# SONARR__POSTGRES_USER: "{{ .Values.cnpg.main.user }}"
# SONARR__POSTGRES_MAIN_DB: "{{ .Values.cnpg.main.database }}"
# SONARR__POSTGRES_HOST:
# secretKeyRef:
# name: cnpg-main-urls
# key: host
# SONARR__POSTGRES_PASSWORD:
# secretKeyRef:
# name: cnpg-main-urls
# key: password