feat(lenpaste): add lenpaste (#3895)
* feat(lenpaste): add lenpaste * admin name mail * no ssl * add icon * Apply suggestions from code review Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/lenpaste
|
||||
tag: 1.1.1@sha256:7b44286222485b37cb27b46b1208c3f1eac8abb6dac9ed3a123053524432862a
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
env:
|
||||
LENPASTE_ADDRESS: ":{{ .Values.service.main.ports.main.port }}"
|
||||
LENPASTE_DB_DRIVER: postgres
|
||||
LENPASTE_DB_SOURCE:
|
||||
secretKeyRef:
|
||||
name: dbcreds
|
||||
key: urlnossl
|
||||
# User Defined
|
||||
LENPASTE_ADMIN_NAME: admin
|
||||
LENPASTE_ADMIN_MAIL: admin@example.com
|
||||
LENPASTE_DB_CLEANUP_PERIOD: 3h
|
||||
LENPASTE_ROBOTS_DISALLOW: true
|
||||
LENPASTE_TITLE_MAX_LENGTH: 100
|
||||
LENPASTE_BODY_MAX_LENGTH: 10000
|
||||
LENPASTE_MAX_PASTE_LIFETIME: unlimited
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10326
|
||||
protocol: HTTP
|
||||
|
||||
persistence:
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: "/data"
|
||||
|
||||
postgresql:
|
||||
enabled: true
|
||||
existingSecret: dbcreds
|
||||
postgresqlUsername: lenpaste
|
||||
postgresqlDatabase: lenpaste
|
||||
|
||||
portal:
|
||||
enabled: true
|
||||
Reference in New Issue
Block a user