2022-09-25 13:36:02 +00:00
|
|
|
image:
|
|
|
|
repository: tccr.io/truecharts/dashy
|
2023-08-29 16:47:22 +00:00
|
|
|
tag: v2.1.1@sha256:3313b127d8ead4276c109e6e210ddc6a2702cb09781308c32b882a51247d071f
|
2022-09-25 13:36:02 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
|
|
|
|
securityContext:
|
2023-05-18 07:35:43 +00:00
|
|
|
container:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
2022-09-25 13:36:02 +00:00
|
|
|
|
2023-08-29 16:47:22 +00:00
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 10310
|
|
|
|
protocol: http
|
|
|
|
targetPort: 80
|
|
|
|
|
2022-09-25 13:36:02 +00:00
|
|
|
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
|
|
|
|
|
2023-05-18 07:35:43 +00:00
|
|
|
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
|
2022-09-25 13:36:02 +00:00
|
|
|
|
|
|
|
persistence:
|
|
|
|
icons:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /app/public/item-icons
|
|
|
|
|
|
|
|
portal:
|
2023-05-18 07:35:43 +00:00
|
|
|
open:
|
|
|
|
enabled: true
|