34 lines
680 B
YAML
34 lines
680 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ich777/thunderbird
|
|
tag: latest@sha256:b93db06cbf0216b3a1a1bc1e08eba8710d79b9a54be0cf52d34afd3656f0f2b8
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /thunderbird
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10291
|
|
targetPort: 8080
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
CUSTOM_RES_H: "768"
|
|
CUSTOM_RES_W: "1280"
|
|
DATA_PERM: "770"
|
|
THUNDERBIRD_LANG: en-US
|
|
THUNDERBIRD_V: latest
|