Files
truecharts/charts/incubator/privatebin/values.yaml
T
TrueCharts BotandGitHub da80b67f42 chore(deps): update docker general non-major (#2999)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-06-27 18:17:40 +02:00

109 lines
2.2 KiB
YAML

image:
repository: privatebin/pdo
pullPolicy: IfNotPresent
tag: 1.4.0@sha256:9602cf1434bd95b5db02a4d9039e5521e25944c7481c1d0d206678e23eb4f6b0
podSecurityContext:
runAsUser: 65534
runAsGroup: 82
fsGroup: 82
privatebin:
# See also: https://github.com/PrivateBin/PrivateBin/wiki/Configuration
main:
name: ""
basepath: ""
discussion: true
opendiscussion: false
password: true
fileupload: false
burnafterreadingselected: false
defaultformatter: "plaintext"
syntaxhighlightingtheme: ""
sizelimit: 10485760
template: "bootstrap"
info: ""
notice: ""
languageselection: false
languagedefault: ""
urlshortener: ""
qrcode: ""
icon: ""
cspheader: ""
zerobincompatibility: ""
httpwarning: ""
compression: ""
expire:
default: "1week"
traffic:
limit: 10
exempted: ""
creators: ""
header: ""
purge:
limit: 300
batchsize: 10
env:
TZ: "{{ .Values.TZ }}"
PHP_TZ: "{{ .Values.TZ }}"
service:
main:
protocol: HTTP
ports:
main:
targetPort: 8080
port: 10248
probes:
liveness:
path: "/"
readiness:
path: "/"
startup:
path: "/"
persistence:
run:
enabled: true
mountPath: "/run"
type: "emptyDir"
medium: "Memory"
nginx-cache:
enabled: true
mountPath: "/var/lib/nginx/tmp"
type: "emptyDir"
conf-app:
enabled: true
type: "custom"
readOnly: true
mountPath: "/srv/cfg"
volumeSpec:
secret:
secretName: '{{ include "tc.common.names.fullname" . }}-secret'
conf-php:
enabled: true
type: "custom"
readOnly: true
mountPath: "/etc/php8/conf.d/10-sizelimits.ini"
subPath: "sizelimits-php.ini"
volumeSpec:
configMap:
name: '{{ include "tc.common.names.fullname" . }}-config'
conf-nginx:
enabled: true
type: "custom"
readOnly: true
mountPath: "/etc/nginx/conf.d/sizelimits.conf"
subPath: "sizelimits-nginx.conf"
volumeSpec:
configMap:
name: '{{ include "tc.common.names.fullname" . }}-config'
postgresql:
enabled: true
existingSecret: "dbcreds"
postgresqlUsername: privatebin
postgresqlDatabase: privatebin