catalog/incubator/webp-server/2.0.19/ix_values.yaml

32 lines
633 B
YAML

env:
ALLOWED_TYPES: jpg,png,jpeg,bmp,gif
ENABLE_AVIF: "false"
QUALITY: "80"
image:
pullPolicy: IfNotPresent
repository: webpsh/webps
tag: latest@sha256:dcc8982889b65f6e93dc5be6506b7ba600c5e3217e171b07be190290bc9df0be
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