28 lines
541 B
YAML
28 lines
541 B
YAML
image:
|
|
repository: ghcr.io/ellite/wallos
|
|
tag: 3.3.0@sha256:9dd49af3c8839e561aa458411d90074f8d9da434bdd65a8a13657d5d19229f73
|
|
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"
|