Files
truecharts/charts/incubator/hasty-paste/values.yaml
T
05d1de18f3 feat(hasty-paste) add hasty-paste (#5549)
* feat(hasty-paste) add hasty-paste

* add icon

* add options

* UI

* whoops

* Apply suggestions from code review

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* Update charts/incubator/hasty-paste/questions.yaml

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* Update charts/incubator/hasty-paste/values.yaml

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* Update charts/incubator/hasty-paste/questions.yaml

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* hmm

* hmm

* heatlhchecks

* hmm

* port

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-12-23 00:00:14 +02:00

75 lines
1.3 KiB
YAML

image:
repository: tccr.io/truecharts/hasty-paste
pullPolicy: IfNotPresent
tag: 1.8.0@sha256:3ab77aead86237a92c149edf8c4f802e598aff58e371062242ddbb895264e0cd
hastyPaste:
new_at_index: false
enable_public_list: false
max_body_size: 2000000
log_level: INFO
workers: 1
interface:
default_use_long_id: false
default_expire_time_enable: false
default_expire_time_minutes: 0
default_expire_time_hours: 1
default_expire_time_days: 0
branding:
title: ""
description: ""
icon: ""
favicon: ""
css_file: ""
hide_version: false
envFrom:
- secretRef:
name: '{{ include "tc.common.names.fullname" . }}-secret'
probes:
liveness:
enabled: true
custom: true
spec:
exec:
command:
- /bin/sh
- health-check.sh
readiness:
enabled: true
custom: true
spec:
exec:
command:
- /bin/sh
- health-check.sh
startup:
enabled: true
custom: true
spec:
exec:
command:
- /bin/sh
- health-check.sh
service:
main:
ports:
main:
protocol: HTTP
port: 10601
persistence:
config:
enabled: true
mountPath: /app/data
redis:
enabled: true
existingSecret: rediscreds
redisUsername: default
portal:
enabled: true