mattermost values.yaml
💣
domain💣
Type: string
"bigbang.dev"
istio.enabled💣
Type: bool
false
Description: Toggle istio integration
istio.mtls.mode💣
Type: string
"STRICT"
Description: STRICT = Allow only mutual TLS traffic, PERMISSIVE = Allow both plain text and mutual TLS traffic
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.domain }}"
istio.injection💣
Type: string
"disabled"
ingress💣
Type: object
{"annotations":{},"enabled":false,"host":"","tlsSecret":""}
Default value (formatted)
{
"annotations": {},
"enabled": false,
"host": "",
"tlsSecret": ""
}
Description: Specification to configure an Ingress with Mattermost
monitoring.enabled💣
Type: bool
false
monitoring.namespace💣
Type: string
"monitoring"
monitoring.serviceMonitor.scheme💣
Type: string
"http"
monitoring.serviceMonitor.tlsConfig💣
Type: object
{}
Default value (formatted)
{}
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/auth/realms/baby-yoda/protocol/openid-connect/auth"
sso.token_endpoint💣
Type: string
"https://login.dso.mil/auth/realms/baby-yoda/protocol/openid-connect/token"
sso.user_api_endpoint💣
Type: string
"https://login.dso.mil/auth/realms/baby-yoda/protocol/openid-connect/userinfo"
image.name💣
Type: string
"registry1.dso.mil/ironbank/opensource/mattermost/mattermost"
image.tag💣
Type: string
"8.0.1"
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
""
updateJob.disabled💣
Type: bool
true
Description: Must be disabled when Istio injected
updateJob.labels💣
Type: object
{}
Default value (formatted)
{}
updateJob.annotations💣
Type: object
{}
Default value (formatted)
{}
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)
{}
podLabels💣
Type: object
{}
Default value (formatted)
{}
Description: Pod labels for Mattermost server pods
podAnnotations💣
Type: object
{}
Default value (formatted)
{}
Description: Pod annotations for Mattermost server pods
securityContext💣
Type: object
{"runAsGroup":2000,"runAsNonRoot":true,"runAsUser":2000}
Default value (formatted)
{
"runAsGroup": 2000,
"runAsNonRoot": true,
"runAsUser": 2000
}
Description: securityContext for Mattermost server pods
containerSecurityContext💣
Type: object
{"capabilities":{"drop":["ALL"]},"runAsGroup":2000,"runAsNonRoot":true,"runAsUser":2000}
Default value (formatted)
{
"capabilities": {
"drop": [
"ALL"
]
},
"runAsGroup": 2000,
"runAsNonRoot": true,
"runAsUser": 2000
}
Description: containerSecurityContext for Mattermost server containers
minio.install💣
Type: bool
false
minio.bucketCreationImage💣
Type: string
"registry1.dso.mil/ironbank/opensource/minio/mc:RELEASE.2023-06-23T18-12-07Z"
minio.service.nameOverride💣
Type: string
"minio.mattermost.svc.cluster.local"
minio.secrets.name💣
Type: string
"mattermost-objstore-creds"
minio.secrets.accessKey💣
Type: string
"minio"
minio.secrets.secretKey💣
Type: string
"minio123"
minio.tenant.metrics.enabled💣
Type: bool
false
minio.tenant.metrics.port💣
Type: int
9000
minio.containerSecurityContext.capabilities.drop[0]💣
Type: string
"ALL"
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.18-1"
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.containerSecurityContext.runAsNonRoot💣
Type: bool
true
postgresql.containerSecurityContext.capabilities.drop[0]💣
Type: string
"ALL"
postgresql.volumePermissions.enabled💣
Type: bool
false
postgresql.volumePermissions.securityContext.capabilities.drop[0]💣
Type: string
"ALL"
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.15"
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
resourcePatch💣
Type: object
{}
Default value (formatted)
{}
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"