33 lines
652 B
YAML
33 lines
652 B
YAML
|
env:
|
||
|
ALLOWED_TYPES: jpg,png,jpeg,bmp,gif
|
||
|
ENABLE_AVIF: "false"
|
||
|
QUALITY: "80"
|
||
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: tccr.io/truecharts/webp-server
|
||
|
tag: latest@sha256:9581943936a5297c2d66c22d1b9221bcb4eff845bc90e606ef6ad5b82ef71fd2
|
||
|
persistence:
|
||
|
storagecache:
|
||
|
enabled: true
|
||
|
mountPath: /opt/exhaust
|
||
|
storagepics:
|
||
|
enabled: true
|
||
|
mountPath: /opt/pics
|
||
|
readOnly: true
|
||
|
podSecurityContext:
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
securityContext:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsNonRoot: false
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 3333
|
||
|
protocol: TCP
|
||
|
targetPort: 3333
|
||
|
|
||
|
portal:
|
||
|
enabled: true
|