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