This PR contains the following updates: | Package | Update | Change | |---|---|---| | [lissy93/dashy](https://togithub.com/Lissy93/dashy) | digest | `07e2695` -> `ce8ae2d` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExNi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
67 lines
1.5 KiB
YAML
67 lines
1.5 KiB
YAML
image:
|
|
repository: lissy93/dashy
|
|
tag: 2.1.1@sha256:ce8ae2d82ee02606d0fdc9402b39c29d40e1b180f14b9601ac6f9c0371ced0a8
|
|
pullPolicy: IfNotPresent
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10310
|
|
protocol: http
|
|
targetPort: 80
|
|
dashy:
|
|
# Enable config file mount from host path
|
|
enabled: false
|
|
configFileHostPath: ""
|
|
configFileHostReadOnly: true
|
|
# Leave empty if you plan to use config file 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
|
|
portal:
|
|
open:
|
|
enabled: true
|