halkeye/thelounge
Chart version: 4.3.0
Api version: v1
App version: 4.2.0-alpine
Modern web IRC client designed for self-hosting
application
Chart Type
Active
Status
Unknown
License
3075
Downloads
https://halkeye.github.io/helm-charts
Set me up:
helm repo add center https://repo.chartcenter.io
Install Chart:
helm install thelounge center/halkeye/thelounge
Versions (0)
View all
thelounge
Modern web IRC client designed for self-hosting
Current chart version is 4.3.0
Source code can be found here
Chart Values
Key | Type | Default | Description |
---|---|---|---|
affinity | object | {} |
|
fullnameOverride | string | "" |
|
image.pullPolicy | string | "IfNotPresent" |
|
image.repository | string | "thelounge/thelounge" |
|
image.tag | string | "{{ .Chart.AppVersion }}" |
|
ingress.annotations | object | {} |
|
ingress.enabled | bool | false |
|
ingress.hosts[0] | string | "chart-example.local" |
|
ingress.paths[0] | string | "/" |
|
ingress.tls | list | [] |
|
nameOverride | string | "" |
|
nodeSelector | object | {} |
|
persistence.accessModes[0] | string | "ReadWriteMany" |
|
persistence.enabled | bool | false |
|
persistence.existingClaim | string | "" |
|
persistence.size | string | "1Gi" |
|
persistence.storageClassName | string | "" |
|
replicaCount | int | 1 |
|
resources | object | {} |
|
service.port | int | 9000 |
|
service.type | string | "ClusterIP" |
|
thelounge.fileUpload.baseUrl | string | nil |
|
thelounge.fileUpload.enable | bool | false |
|
thelounge.fileUpload.maxFileSize | int | 10240 |
|
thelounge.ldap.bindDn | string | "uid=my-service,ou=ServiceAccount,dc=example,dc=com" |
|
thelounge.ldap.bindPassword | string | "my-password" |
|
thelounge.ldap.enable | bool | false |
|
thelounge.ldap.filter | string | "(objectClass=person)(memberOf=ou=accounts,dc=example,dc=com)" |
|
thelounge.ldap.primaryKey | string | "uid" |
|
thelounge.ldap.scope | string | "sub" |
|
thelounge.ldap.searchSuffix | string | "dc=example,dc=com" |
|
thelounge.ldap.url | string | "ldap://ldap.example.com" |
|
thelounge.leaveMessage | string | "The Lounge - https://thelounge.chat" |
|
thelounge.maxHistory | int | 10000 |
|
thelounge.prefetch | bool | false |
|
thelounge.prefetchMaxImageSize | int | 2048 |
|
thelounge.prefetchStorage | bool | false |
|
thelounge.public | bool | false |
|
thelounge.reverseProxy | bool | true |
|
thelounge.theme | string | "default" |
|
tolerations | list | [] |