30 lines
706 B
YAML
30 lines
706 B
YAML
image:
|
|
repository: tccr.io/truecharts/commento-plusplus
|
|
tag: v1.8.7@sha256:23f157a82b140d7e9e6f23c7db629c778c97741937729c7e30d696194499ef11
|
|
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
|
|
COMMENTO_POSTGRES:
|
|
secretKeyRef:
|
|
name: dbcreds
|
|
key: urlnossl
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10240
|
|
|
|
postgresql:
|
|
enabled: true
|
|
existingSecret: "dbcreds"
|
|
postgresqlUsername: comment-plusplus
|
|
postgresqlDatabase: comment-plusplus
|