35 lines
586 B
YAML
35 lines
586 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/thunderbird
|
|
tag: latest@sha256:4d175d3d8bbd72440c90bfc9f9346c3081f6e2b6cf024746ce4ff2e3acc275d5
|
|
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
env:
|
|
THUNDERBIRD_V: "latest"
|
|
CUSTOM_RES_H: 768
|
|
CUSTOM_RES_W: 1280
|
|
DATA_PERM: 770
|
|
THUNDERBIRD_LANG: "en-US"
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10291
|
|
targetPort: 8080
|
|
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /thunderbird
|
|
|
|
portal:
|
|
enabled: true
|