d12cfd46ea
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/lissy93/dashy | digest | `cab27aa` → `7e35627` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9kYXNoeSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
72 lines
1.6 KiB
YAML
72 lines
1.6 KiB
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: ghcr.io/lissy93/dashy
|
|
tag: latest@sha256:7e356274dca887aa71363b791a57e2d7e4288eef477ea11c623755444267a3b2
|
|
pullPolicy: IfNotPresent
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10310
|
|
protocol: http
|
|
targetPort: 8080
|
|
resources:
|
|
limits:
|
|
cpu: 2000m
|
|
memory: 3000Mi
|
|
requests:
|
|
cpu: 200m
|
|
memory: 500Mi
|
|
dashy:
|
|
# Enable config directory mount from host path
|
|
enabled: false
|
|
configDirectoryHostPath: ""
|
|
configDirectoryHostReadOnly: true
|
|
# Leave empty if you plan to use config directory from host path
|
|
dashyConfig: {}
|
|
# pageInfo:
|
|
# title: Home Lab
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
NODE_ENV: production
|
|
probes:
|
|
liveness:
|
|
enabled: true
|
|
custom: true
|
|
spec:
|
|
exec:
|
|
command:
|
|
- node
|
|
- /app/services/healthcheck
|
|
readiness:
|
|
enabled: true
|
|
custom: true
|
|
spec:
|
|
exec:
|
|
command:
|
|
- node
|
|
- /app/services/healthcheck
|
|
startup:
|
|
enabled: true
|
|
custom: true
|
|
spec:
|
|
exec:
|
|
command:
|
|
- node
|
|
- /app/services/healthcheck
|
|
persistence:
|
|
icons:
|
|
enabled: true
|
|
mountPath: /app/public/item-icons
|