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

37 lines
723 B
YAML

image:
pullPolicy: IfNotPresent
repository: webpsh/webps
tag: latest@sha256:04f662f7861219bc90c46a2c3afc961d4fd585099dd8c8e91a86004541d1e274
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"