Files
truecharts/charts/stable/speedtest-tracker/values.yaml
T
TrueCharts Bot 43226d2ac9 chore(deps): update container image ghcr.io/linuxserver/speedtest-tracker to v0.20.8@ed3d457 by renovate (#24461)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/speedtest-tracker](https://togithub.com/linuxserver/docker-speedtest-tracker/packages)
([source](https://togithub.com/linuxserver/docker-speedtest-tracker)) |
patch | `0.20.7` -> `0.20.8` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC44LjMiLCJ1cGRhdGVkSW5WZXIiOiIzOC44LjMiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
2024-07-27 20:29:26 +02:00

98 lines
2.4 KiB
YAML

image:
repository: ghcr.io/linuxserver/speedtest-tracker
pullPolicy: IfNotPresent
tag: 0.20.8@sha256:ed3d4576179d277470609a054ca202ebd51fcc1da600725fb4665e13389e08b4
service:
main:
ports:
main:
targetPort: 80
port: 9004
ingress:
main:
integrations:
homepage:
widget:
type: speedtest
persistence:
config:
enabled: true
mountPath: "/config"
varrun:
enabled: false
redis:
enabled: true
includeCommon: true
redisUsername: default
cnpg:
main:
enabled: true
user: speedtest-tracker
database: speedtest-tracker
portal:
open:
enabled: true
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
securityContext:
capabilities:
add:
- SYS_CHROOT
- KILL
probes:
liveness:
enabled: true
type: http
path: /api/healthcheck
startup:
enabled: true
type: http
path: /api/healthcheck
readiness:
enabled: true
type: http
path: /api/healthcheck
env:
APP_URL: ""
DB_CONNECTION: pgsql
DB_HOST:
secretKeyRef:
name: cnpg-main-urls
key: host
DB_PORT: "5432"
DB_DATABASE: "{{ .Values.cnpg.main.database }}"
DB_USERNAME: "{{ .Values.cnpg.main.user }}"
DB_PASSWORD:
secretKeyRef:
name: cnpg-main-user
key: password
APP_KEY:
secretKeyRef:
name: speedtest-tracker-secrets
key: APP_KEY
MAIL_MAILER: "smtp"
MAIL_PORT: 465
MAIL_USERNAME: ""
MAIL_PASSWORD: ""
MAIL_ENCRYPTION: "SSL"
MAIL_FROM_ADDRESS: ""
MAIL_FROM_NAME: "Speedtest Tracker"
TELEGRAM_BOT_TOKEN: ""
CACHE_DRIVER: redis
REDIS_URL:
secretKeyRef:
expandObjectName: false
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
key: url
PUBLIC_DASHBOARD: true
APP_NAME: "Speedtest Tracker"