32 lines
580 B
YAML
32 lines
580 B
YAML
image:
|
|
repository: docker.io/bellamy/wallos
|
|
tag: latest@sha256:c283ed7429447a1230ec9018332aeadbdb2e636df6f1eff2a97c0de2d4c7ba1d
|
|
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
|