catalog/stable/hasty-paste/5.2.0/ix_values.yaml

73 lines
1.6 KiB
YAML

hastyPaste:
branding:
css_file: ""
description: ""
favicon: ""
hide_version: false
icon: ""
title: ""
enable_public_list: false
interface:
default_expire_time_days: 0
default_expire_time_enable: false
default_expire_time_hours: 1
default_expire_time_minutes: 0
default_use_long_id: false
log_level: INFO
max_body_size: 2000000
new_at_index: false
workers: 1
image:
pullPolicy: IfNotPresent
repository: ghcr.io/enchant97/hasty-paste
tag: 1.9.0@sha256:fbbb670ac9b201bf0a47feaa7b1588b5b5c4657bbf49518f9534f12e8e80ce3d
persistence:
config:
enabled: true
mountPath: /app/data
portal:
open:
enabled: true
redis:
enabled: true
username: default
service:
main:
ports:
main:
port: 10601
protocol: http
workload:
main:
podSpec:
containers:
main:
envFrom:
- secretRef:
name: hastypaste-secrets
probes:
liveness:
custom: true
enabled: true
spec:
exec:
command:
- /bin/sh
- health-check.sh
readiness:
custom: true
enabled: true
spec:
exec:
command:
- /bin/sh
- health-check.sh
startup:
custom: true
enabled: true
spec:
exec:
command:
- /bin/sh
- health-check.sh