2022-09-25 13:36:02 +00:00
|
|
|
image:
|
2023-11-17 10:22:57 +00:00
|
|
|
repository: lissy93/dashy
|
2023-12-18 00:37:02 +00:00
|
|
|
tag: 2.1.1@sha256:1efc63a66e69a738d161b7008177728e6bcd0052cf0e48cd98ebb77da6ba63a3
|
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
|
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
|
2023-11-17 10:22:57 +00:00
|
|
|
dashyConfig: {}
|
|
|
|
# pageInfo:
|
|
|
|
# title: Home Lab
|
2022-09-25 13:36:02 +00:00
|
|
|
|
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
|