mattermost values.yaml
💣
hostname💣
Type: string
"bigbang.dev"
istio.enabled💣
Type: bool
false
istio.chat.enabled💣
Type: bool
true
istio.chat.annotations💣
Type: object
{}
Default value (formatted)
{}
istio.chat.labels💣
Type: object
{}
Default value (formatted)
{}
istio.chat.gateways[0]💣
Type: string
"istio-system/main"
istio.chat.hosts[0]💣
Type: string
"chat.{{ .Values.hostname }}"
ingress.enabled💣
Type: bool
false
ingress.host💣
Type: string
""
ingress.annotations💣
Type: object
{}
Default value (formatted)
{}
ingress.tlsSecret💣
Type: string
""
monitoring.enabled💣
Type: bool
false
monitoring.namespace💣
Type: string
"monitoring"
networkPolicies.enabled💣
Type: bool
false
networkPolicies.ingressLabels.app💣
Type: string
"istio-ingressgateway"
networkPolicies.ingressLabels.istio💣
Type: string
"ingressgateway"
networkPolicies.controlPlaneCidr💣
Type: string
"0.0.0.0/0"
sso.enabled💣
Type: bool
false
sso.client_id💣
Type: string
"platform1_a8604cc9-f5e9-4656-802d-d05624370245_bb8-mattermost"
sso.client_secret💣
Type: string
"nothing"
sso.auth_endpoint💣
Type: string
"https://login.dso.mil/oauth/authorize"
sso.token_endpoint💣
Type: string
"https://login.dso.mil/oauth/token"
sso.user_api_endpoint💣
Type: string
"https://login.dso.mil/api/v4/user"
image.name💣
Type: string
"registry1.dso.mil/ironbank/opensource/mattermost/mattermost"
image.tag💣
Type: string
"7.1.2"
image.imagePullPolicy💣
Type: string
"IfNotPresent"
global.imagePullSecrets[0].name💣
Type: string
"private-registry"
replicaCount💣
Type: int
1
users💣
Type: string
nil
enterprise.enabled💣
Type: bool
false
enterprise.license💣
Type: string
""
nameOverride💣
Type: string
""
resources.limits.cpu💣
Type: int
2
resources.limits.memory💣
Type: string
"4Gi"
resources.requests.cpu💣
Type: int
2
resources.requests.memory💣
Type: string
"4Gi"
affinity💣
Type: object
{}
Default value (formatted)
{}
nodeSelector💣
Type: object
{}
Default value (formatted)
{}
tolerations💣
Type: object
{}
Default value (formatted)
{}
mattermostEnvs💣
Type: object
{}
Default value (formatted)
{}
existingSecretEnvs💣
Type: object
{}
Default value (formatted)
{}
volumes💣
Type: object
{}
Default value (formatted)
{}
volumeMounts💣
Type: object
{}
Default value (formatted)
{}
minio.install💣
Type: bool
false
minio.bucketCreationImage💣
Type: string
"registry1.dso.mil/ironbank/opensource/minio/mc:RELEASE.2022-02-26T03-58-31Z"
minio.service.nameOverride💣
Type: string
"minio.mattermost.svc.cluster.local"
minio.tenants.secrets.name💣
Type: string
"mattermost-objstore-creds"
minio.tenants.secrets.accessKey💣
Type: string
"minio"
minio.tenants.secrets.secretKey💣
Type: string
"minio123"
minio.tenants.metrics.enabled💣
Type: bool
false
minio.tenants.metrics.port💣
Type: int
9000
postgresql.install💣
Type: bool
false
postgresql.image.registry💣
Type: string
"registry1.dso.mil/ironbank"
postgresql.image.repository💣
Type: string
"opensource/postgres/postgresql11"
postgresql.image.tag💣
Type: string
"11.10"
postgresql.image.pullSecrets[0]💣
Type: string
"private-registry"
postgresql.postgresqlUsername💣
Type: string
"mattermost"
postgresql.postgresqlPassword💣
Type: string
"bigbang"
postgresql.postgresqlDatabase💣
Type: string
"mattermost"
postgresql.fullnameOverride💣
Type: string
"mattermost-postgresql"
postgresql.securityContext.fsGroup💣
Type: int
26
postgresql.containerSecurityContext.runAsUser💣
Type: int
26
postgresql.postgresqlConfiguration.listen_addresses💣
Type: string
"*"
postgresql.pgHbaConfiguration💣
Type: string
"local all all md5\nhost all all all md5"
Default value (formatted)
local all all md5
host all all all md5
database.secret💣
Type: string
""
database.readinessCheck.disableDefault💣
Type: bool
true
database.readinessCheck.image💣
Type: string
"registry1.dso.mil/ironbank/opensource/postgres/postgresql12:12.8"
database.readinessCheck.command[0]💣
Type: string
"/bin/sh"
database.readinessCheck.command[1]💣
Type: string
"-c"
database.readinessCheck.command[2]💣
Type: string
'until pg_isready --dbname="$DB_CONNECTION_CHECK_URL"; do echo waiting for database; sleep 5; done;'
database.readinessCheck.env[0].name💣
Type: string
"DB_CONNECTION_CHECK_URL"
database.readinessCheck.env[0].valueFrom.secretKeyRef.key💣
Type: string
"DB_CONNECTION_CHECK_URL"
database.readinessCheck.env[0].valueFrom.secretKeyRef.name💣
Type: string
"{{ .Values.database.secret \| default (printf \"%s-dbcreds\" (include \"mattermost.fullname\" .)) }}"
fileStore.secret💣
Type: string
""
fileStore.url💣
Type: string
""
fileStore.bucket💣
Type: string
""
elasticsearch.enabled💣
Type: bool
false
elasticsearch.connectionurl💣
Type: string
"https://logging-ek-es-http.logging.svc.cluster.local:9200"
elasticsearch.username💣
Type: string
""
elasticsearch.password💣
Type: string
""
elasticsearch.enableindexing💣
Type: bool
true
elasticsearch.indexprefix💣
Type: string
"mm-"
elasticsearch.skiptlsverification💣
Type: bool
true
elasticsearch.bulkindexingtimewindowseconds💣
Type: int
3600
elasticsearch.sniff💣
Type: bool
false
elasticsearch.enablesearching💣
Type: bool
true
elasticsearch.enableautocomplete💣
Type: bool
true
openshift💣
Type: bool
false
bbtests.enabled💣
Type: bool
false
bbtests.cypress.artifacts💣
Type: bool
true
bbtests.cypress.envs.cypress_url💣
Type: string
"http://mattermost.mattermost.svc.cluster.local:8065"
bbtests.cypress.envs.cypress_mm_email💣
Type: string
"test@bigbang.dev"
bbtests.cypress.envs.cypress_mm_user💣
Type: string
"bigbang"
bbtests.cypress.envs.cypress_mm_password💣
Type: string
"Bigbang#123"