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

33 lines
652 B
YAML

env:
ALLOWED_TYPES: jpg,png,jpeg,bmp,gif
ENABLE_AVIF: "false"
QUALITY: "80"
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/webp-server
tag: latest@sha256:079a6c4fae329745683c282bc0ea028291bacc93af1d0d2198a90bb32ba10f67
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