2021-12-12 22:27:04 +00:00
|
|
|
image:
|
|
|
|
repository: tccr.io/truecharts/ubooquity
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
tag: v2.1.2
|
|
|
|
|
|
|
|
securityContext:
|
|
|
|
runAsNonRoot: false
|
|
|
|
|
|
|
|
podSecurityContext:
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
|
|
|
|
env:
|
2022-02-24 15:45:32 +00:00
|
|
|
MAXMEM: 512
|
2021-12-12 22:27:04 +00:00
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
targetPort: 2202
|
|
|
|
port: 2202
|
2022-02-24 15:45:32 +00:00
|
|
|
admin:
|
2022-03-04 16:29:31 +00:00
|
|
|
enabled: true
|
2022-02-24 15:45:32 +00:00
|
|
|
ports:
|
|
|
|
admin:
|
2022-02-24 19:49:22 +00:00
|
|
|
enabled: true
|
2022-02-24 15:45:32 +00:00
|
|
|
targetPort: 2203
|
|
|
|
port: 2203
|
2021-12-12 22:27:04 +00:00
|
|
|
|
|
|
|
persistence:
|
|
|
|
varrun:
|
|
|
|
enabled: true
|
|
|
|
config:
|
|
|
|
enabled: true
|
2021-12-18 19:25:00 +00:00
|
|
|
mountPath: "/config"
|
2022-02-24 15:45:32 +00:00
|
|
|
books:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/books"
|
|
|
|
comics:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/comics"
|
|
|
|
files:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/files"
|