35 lines
586 B
YAML
35 lines
586 B
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: tccr.io/truecharts/thunderbird
|
||
|
tag: latest@sha256:25dc814cdf01b991861911fd8301b1317ada837d0deeade9ad0d303d081c8d35
|
||
|
|
||
|
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
|