catalog/incubator/webp-server/2.0.4/ix_values.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:cdb2962d14839305a3582e1cc5d771645f691004754e45033360fe821d12d966
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