32 lines
580 B
YAML
32 lines
580 B
YAML
|
image:
|
||
|
repository: docker.io/bellamy/wallos
|
||
|
tag: latest@sha256:620fc049df24de4b55aa83e0960cb3eda124eb1d9f88bf22ab96555f2f885431
|
||
|
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"
|
||
|
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|