Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -10,10 +10,10 @@ home: https://truecharts.org/charts/incubator/privatebin
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/privatebin.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://hub.docker.com/r/privatebin/pdo
|
||||
- https://github.com/PrivateBin/PrivateBin
|
||||
- https://privatebin.info/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/privatebin
|
||||
- https://hub.docker.com/r/privatebin/pdo
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
|
||||
@@ -12,7 +12,7 @@ kind: Secret
|
||||
metadata:
|
||||
name: {{ include "tc.v1.common.names.fullname" . }}-secret
|
||||
labels:
|
||||
|
||||
|
||||
data:
|
||||
conf.php: |-
|
||||
;<?php http_response_code(403); /*
|
||||
|
||||
@@ -10,7 +10,7 @@ persistence:
|
||||
type: custom
|
||||
volumeSpec:
|
||||
secret:
|
||||
secretName: 'secret'
|
||||
secretName: "secret"
|
||||
conf-nginx:
|
||||
enabled: true
|
||||
mountPath: /etc/nginx/conf.d/sizelimits.conf
|
||||
@@ -19,7 +19,7 @@ persistence:
|
||||
type: custom
|
||||
volumeSpec:
|
||||
configMap:
|
||||
name: 'config'
|
||||
name: "config"
|
||||
conf-php:
|
||||
enabled: true
|
||||
mountPath: /etc/php8/conf.d/10-sizelimits.ini
|
||||
@@ -28,7 +28,7 @@ persistence:
|
||||
type: custom
|
||||
volumeSpec:
|
||||
configMap:
|
||||
name: 'config'
|
||||
name: "config"
|
||||
nginx-cache:
|
||||
enabled: true
|
||||
mountPath: /var/lib/nginx/tmp
|
||||
|
||||
Reference in New Issue
Block a user