TrueChartsClone/charts/incubator/dashy/values.yaml

70 lines
1.2 KiB
YAML

image:
repository: tccr.io/truecharts/dashy
tag: 2.1.1@sha256:6f5986d8e9db038a7a0c16fa219e8f6bb97377b8e03a07ed8ce2b4e0e19c09bf
pullPolicy: IfNotPresent
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
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
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
service:
main:
ports:
main:
port: 10310
protocol: HTTP
targetPort: 80
persistence:
icons:
enabled: true
mountPath: /app/public/item-icons
portal:
enabled: true