30 lines
422 B
YAML
30 lines
422 B
YAML
image:
|
|
repository: tccr.io/truecharts/libreoffice
|
|
pullPolicy: IfNotPresent
|
|
tag: 7.2.7
|
|
|
|
securityContext:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
targetPort: 3000
|
|
port: 10133
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
varrun:
|
|
enabled: true
|
|
|
|
portal:
|
|
enabled: true
|