29 lines
594 B
YAML
29 lines
594 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: ghcr.io/ellite/wallos
|
|
tag: 4.9.6@sha256:3b2cdc843b4b1920220ce26a5804208eab8c236c60d4c777c6223c181f837be1
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8282
|
|
protocol: tcp
|
|
targetPort: 80
|
|
|
|
persistence:
|
|
database:
|
|
enabled: true
|
|
mountPath: "/var/www/html/db"
|
|
logos:
|
|
enabled: true
|
|
mountPath: "/var/www/html/images/uploads/logos"
|