Files
truecharts/charts/stable/webp-server/values.yaml
T

37 lines
733 B
YAML

image:
pullPolicy: IfNotPresent
repository: docker.io/webpsh/webps
tag: latest@sha256:f406b07502e9f7425ccccbcee5cc8a735a007b833dd7510a40bf6b94c1cdff3e
persistence:
storagecache:
enabled: true
mountPath: /opt/exhaust
storagepics:
enabled: true
mountPath: /opt/pics
readOnly: true
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 3333
protocol: tcp
targetPort: 3333
workload:
main:
podSpec:
containers:
main:
env:
ALLOWED_TYPES: jpg,png,jpeg,bmp,gif
ENABLE_AVIF: "false"
QUALITY: "80"