Files
truecharts/charts/stable/quassel-core/values.yaml
T
a9c22f53d3 chore(deps): update docker general non-major (#1648)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-01-04 14:44:38 +01:00

55 lines
953 B
YAML

image:
repository: tccr.io/truecharts/quassel-core
pullPolicy: IfNotPresent
tag: v0.14.0
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
env:
PUID: 568
DB_BACKEND: "PostgreSQL"
DB_PGSQL_USERNAME: "quassel-core"
DB_PGSQL_PORT: 5432
AUTH_AUTHENTICATOR: "Database"
RUN_OPTS: "--config-from-environment"
envValueFrom:
DB_PGSQL_PASSWORD:
secretKeyRef:
name: dbcreds
key: postgresql-password
DB_PGSQL_HOSTNAME:
secretKeyRef:
name: dbcreds
key: plainhost
service:
main:
ports:
main:
targetPort: 4242
port: 4242
ident:
enabled: true
ports:
ident:
enabled: true
targetPort: 10113
port: 10113
persistence:
varrun:
enabled: true
postgresql:
enabled: true
existingSecret: "dbcreds"
postgresqlUsername: quassel-core
postgresqlDatabase: quassel-core