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

37 lines
723 B
YAML

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