2022-11-15 00:14:12 +00:00
|
|
|
env:
|
|
|
|
ALLOWED_TYPES: jpg,png,jpeg,bmp,gif
|
|
|
|
ENABLE_AVIF: "false"
|
|
|
|
QUALITY: "80"
|
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
repository: tccr.io/truecharts/webp-server
|
2023-04-30 14:04:04 +00:00
|
|
|
tag: latest@sha256:5c521ad0968ce57e16bac4be5f2a3f9ea1960f38a17115aac1e0d2fb80ab1de0
|
2022-11-15 00:14:12 +00:00
|
|
|
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
|