TrueChartsClone/charts/incubator/webp-server/values.yaml

37 lines
737 B
YAML

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
portal:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsNonRoot: false
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"