2024-04-29 12:41:56 +00:00
|
|
|
image:
|
|
|
|
repository: lissy93/dashy
|
2024-05-14 01:06:11 +00:00
|
|
|
tag: 3.1.0@sha256:b9929261cbf9353f8aee2c63b35e53aafc4951aa9923c1244242de7c1251f49f
|
2024-04-29 12:41:56 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
|
|
container:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 10310
|
|
|
|
protocol: http
|
|
|
|
targetPort: 8080
|
|
|
|
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
|
|
|
|
portal:
|
|
|
|
open:
|
|
|
|
enabled: true
|