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:2c474566eea3d31bd6e90bb9b9cec8bb48076b9fc3d22284a4deb2dd128ee6b0
|
|
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
|