31 lines
650 B
YAML
31 lines
650 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: ghcr.io/homarr-labs/homarr
|
|
tag: v1.63.0@sha256:6daf640531c1c114ccce15775185b3fb8958365a62c2fabc559d9cc5ae064326
|
|
pullPolicy: IfNotPresent
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
SECRET_ENCRYPTION_KEY: "changemeplease"
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10245
|
|
targetPort: 7575
|
|
persistence:
|
|
appdata:
|
|
enabled: true
|
|
mountPath: "/appdata"
|
|
varrun:
|
|
enabled: false
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|