2021-12-12 22:27:04 +00:00
|
|
|
image:
|
|
|
|
repository: tccr.io/truecharts/quassel-core
|
|
|
|
pullPolicy: IfNotPresent
|
2022-01-04 13:44:38 +00:00
|
|
|
tag: v0.14.0
|
2021-12-12 22:27:04 +00:00
|
|
|
|
|
|
|
securityContext:
|
|
|
|
runAsNonRoot: false
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
|
|
|
|
podSecurityContext:
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
|
|
|
|
env:
|
|
|
|
DB_BACKEND: "PostgreSQL"
|
2022-02-01 10:43:04 +00:00
|
|
|
DB_PGSQL_USERNAME: "{{ .Values.postgresql.postgresqlUsername }}"
|
|
|
|
DB_PGSQL_DATABASE: "{{ .Values.postgresql.postgresqlDatabase }}"
|
2021-12-12 22:27:04 +00:00
|
|
|
DB_PGSQL_PORT: 5432
|
|
|
|
AUTH_AUTHENTICATOR: "Database"
|
|
|
|
RUN_OPTS: "--config-from-environment"
|
|
|
|
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:
|
2021-12-17 11:20:48 +00:00
|
|
|
enabled: true
|
2021-12-12 22:27:04 +00:00
|
|
|
ports:
|
|
|
|
ident:
|
2021-12-17 11:20:48 +00:00
|
|
|
enabled: true
|
2021-12-12 22:27:04 +00:00
|
|
|
targetPort: 10113
|
|
|
|
port: 10113
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
varrun:
|
|
|
|
enabled: true
|
|
|
|
|
|
|
|
postgresql:
|
|
|
|
enabled: true
|
|
|
|
existingSecret: "dbcreds"
|
|
|
|
postgresqlUsername: quassel-core
|
|
|
|
postgresqlDatabase: quassel-core
|
2022-08-08 21:25:02 +00:00
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: false
|