Files
truecharts/charts/stable/commento-plusplus/values.yaml
T
TrueCharts Bot 81e974605b chore(deps): update docker general non-major (#2791)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-31 21:11:20 +02:00

32 lines
708 B
YAML

image:
repository: caroga/commentoplusplus
tag: v1.8.7@sha256:2b6553144a9095acc36f7b13311b8b8c0124a34ede2d35c6daf2e3bd1f1c47c0
pullPolicy: IfNotPresent
env:
COMMENTO_PORT: "{{ .Values.service.main.ports.main.port }}"
# User Defined
COMMENTO_FORBID_NEW_OWNERS: false
COMMENTO_GZIP_STATIC: true
COMMENTO_ORIGIN: "http://localhost:8080"
COMMENTO_ENABLE_WILDCARDS: true
COMMENTO_ENABLE_LOGGING: false
envValueFrom:
COMMENTO_POSTGRES:
secretKeyRef:
name: dbcreds
key: urlnossl
service:
main:
ports:
main:
port: 10240
postgresql:
enabled: true
existingSecret: "dbcreds"
postgresqlUsername: comment-plusplus
postgresqlDatabase: comment-plusplus