Giter Club home page Giter Club logo

mattermost's Introduction

mattermost

Version: 9.6.0-bb.0 Type: application AppVersion: 9.6.0

Deployment of mattermost

Learn More

Pre-Requisites

  • Kubernetes Cluster deployed
  • Kubernetes config installed in ~/.kube/config
  • Helm installed

Kubernetes: >=1.12.0-0

Install Helm

https://helm.sh/docs/intro/install/

Deployment

  • Clone down the repository
  • cd into directory
helm install mattermost chart/

Values

Key Type Default Description
domain string "bigbang.dev"
istio.enabled bool false Toggle istio integration
istio.hardened.enabled bool false
istio.hardened.customAuthorizationPolicies list []
istio.hardened.clusterAuditor.enabled bool false
istio.hardened.clusterAuditor.namespace string "cluster-auditor"
istio.hardened.monitoring.enabled bool true
istio.hardened.monitoring.namespaces[0] string "monitoring"
istio.hardened.monitoring.principals[0] string "cluster.local/ns/monitoring/sa/monitoring-grafana"
istio.hardened.monitoring.principals[1] string "cluster.local/ns/monitoring/sa/monitoring-monitoring-kube-alertmanager"
istio.hardened.monitoring.principals[2] string "cluster.local/ns/monitoring/sa/monitoring-monitoring-kube-operator"
istio.hardened.monitoring.principals[3] string "cluster.local/ns/monitoring/sa/monitoring-monitoring-kube-prometheus"
istio.hardened.monitoring.principals[4] string "cluster.local/ns/monitoring/sa/monitoring-monitoring-kube-state-metrics"
istio.hardened.monitoring.principals[5] string "cluster.local/ns/monitoring/sa/monitoring-monitoring-prometheus-node-exporter"
istio.hardened.kyvernoReporter.enabled bool false
istio.hardened.kyvernoReporter.namespace string "kyverno-reporter"
istio.mtls object {"mode":"STRICT"} Default peer authentication
istio.mtls.mode string "STRICT" STRICT = Allow only mutual TLS traffic, PERMISSIVE = Allow both plain text and mutual TLS traffic
istio.chat.enabled bool true
istio.chat.annotations object {}
istio.chat.labels object {}
istio.chat.gateways[0] string "istio-system/main"
istio.chat.hosts[0] string "chat.{{ .Values.domain }}"
istio.injection string "disabled"
ingress object {"annotations":{},"enabled":false,"host":"","tlsSecret":""} Specification to configure an Ingress with Mattermost
monitoring.enabled bool false
monitoring.namespace string "monitoring"
monitoring.serviceMonitor.scheme string "http"
monitoring.serviceMonitor.tlsConfig object {}
networkPolicies.enabled bool false
networkPolicies.ingressLabels.app string "istio-ingressgateway"
networkPolicies.ingressLabels.istio string "ingressgateway"
networkPolicies.controlPlaneCidr string "0.0.0.0/0"
networkPolicies.additionalPolicies list []
sso.enabled bool false
sso.client_id string "platform1_a8604cc9-f5e9-4656-802d-d05624370245_bb8-mattermost"
sso.client_secret string "nothing"
sso.auth_endpoint string "https://login.dso.mil/auth/realms/baby-yoda/protocol/openid-connect/auth"
sso.token_endpoint string "https://login.dso.mil/auth/realms/baby-yoda/protocol/openid-connect/token"
sso.user_api_endpoint string "https://login.dso.mil/auth/realms/baby-yoda/protocol/openid-connect/userinfo"
sso.enable_sign_up_with_email bool false
sso.enable_sign_in_with_email bool false
sso.enable_sign_in_with_username bool false
image.name string "registry1.dso.mil/ironbank/opensource/mattermost/mattermost"
image.tag string "9.6.0"
image.imagePullPolicy string "IfNotPresent"
global.imagePullSecrets[0].name string "private-registry"
replicaCount int 1
users string nil
enterprise.enabled bool false
enterprise.license string ""
nameOverride string ""
updateJob.disabled bool true Must be disabled when Istio injected
updateJob.labels object {}
updateJob.annotations object {}
resources.limits.cpu int 2
resources.limits.memory string "4Gi"
resources.requests.cpu int 2
resources.requests.memory string "4Gi"
affinity object {}
nodeSelector object {}
tolerations object {}
mattermostEnvs object {}
existingSecretEnvs object {}
volumes object {}
volumeMounts object {}
podLabels object {} Pod labels for Mattermost server pods
podAnnotations object {} Pod annotations for Mattermost server pods
securityContext object {"runAsGroup":2000,"runAsNonRoot":true,"runAsUser":2000} securityContext for Mattermost server pods
containerSecurityContext object {"capabilities":{"drop":["ALL"]},"runAsGroup":2000,"runAsNonRoot":true,"runAsUser":2000} containerSecurityContext for Mattermost server containers
minio.install bool false
minio.bucketCreationImage string "registry1.dso.mil/ironbank/opensource/minio/mc:RELEASE.2024-01-18T07-03-39Z"
minio.service.nameOverride string "minio.mattermost.svc.cluster.local"
minio.secrets.name string "mattermost-objstore-creds"
minio.secrets.accessKey string "minio"
minio.secrets.secretKey string "minio123"
minio.tenant.metrics.enabled bool false
minio.tenant.metrics.port int 9000
minio.tenant.buckets[0].name string "mattermost"
postgresql.install bool false
postgresql.image.registry string "registry1.dso.mil/ironbank"
postgresql.image.repository string "opensource/postgres/postgresql11"
postgresql.image.tag string "11.18-1"
postgresql.image.pullSecrets[0] string "private-registry"
postgresql.postgresqlUsername string "mattermost"
postgresql.postgresqlPassword string "bigbang"
postgresql.postgresqlDatabase string "mattermost"
postgresql.fullnameOverride string "mattermost-postgresql"
postgresql.securityContext.fsGroup int 26
postgresql.containerSecurityContext.runAsUser int 26
postgresql.containerSecurityContext.runAsNonRoot bool true
postgresql.containerSecurityContext.capabilities.drop[0] string "ALL"
postgresql.volumePermissions.enabled bool false
postgresql.volumePermissions.securityContext.capabilities.drop[0] string "ALL"
postgresql.postgresqlConfiguration.listen_addresses string "*"
postgresql.pgHbaConfiguration string "local all all md5\nhost all all all md5"
database.secret string ""
database.readinessCheck.disableDefault bool true
database.readinessCheck.image string "registry1.dso.mil/ironbank/opensource/postgres/postgresql12:12.18"
database.readinessCheck.command[0] string "/bin/sh"
database.readinessCheck.command[1] string "-c"
database.readinessCheck.command[2] string "until pg_isready --dbname=\"$DB_CONNECTION_CHECK_URL\"; do echo waiting for database; sleep 5; done;"
database.readinessCheck.env[0].name string "DB_CONNECTION_CHECK_URL"
database.readinessCheck.env[0].valueFrom.secretKeyRef.key string "DB_CONNECTION_CHECK_URL"
database.readinessCheck.env[0].valueFrom.secretKeyRef.name string "{{ .Values.database.secret | default (printf \"%s-dbcreds\" (include \"mattermost.fullname\" .)) }}"
fileStore.secret string ""
fileStore.url string ""
fileStore.bucket string ""
elasticsearch.enabled bool false
elasticsearch.connectionurl string "https://logging-ek-es-http.logging.svc.cluster.local:9200"
elasticsearch.username string ""
elasticsearch.password string ""
elasticsearch.enableindexing bool true
elasticsearch.indexprefix string "mm-"
elasticsearch.skiptlsverification bool true
elasticsearch.bulkindexingtimewindowseconds int 3600
elasticsearch.sniff bool false
elasticsearch.enablesearching bool true
elasticsearch.enableautocomplete bool true
openshift bool false
resourcePatch object {}
bbtests.enabled bool false
bbtests.cypress.artifacts bool true
bbtests.cypress.envs.cypress_url string "http://mattermost.mattermost.svc.cluster.local:8065"
bbtests.cypress.envs.cypress_mm_email string "[email protected]"
bbtests.cypress.envs.cypress_mm_user string "bigbang"
bbtests.cypress.envs.cypress_mm_password string "Bigbang#123"
bbtests.cypress.envs.cypress_waittime string "5000"
bbtests.cypress.envs.cypress_tnr_username string "cypress"
bbtests.cypress.envs.cypress_tnr_password string "tnr_w!G33ZyAt@C8"
bbtests.cypress.resources.requests.cpu string "2"
bbtests.cypress.resources.requests.memory string "1500M"
bbtests.cypress.resources.limits.cpu string "2"
bbtests.cypress.resources.limits.memory string "1500M"

Contributing

Please see the contributing guide if you are interested in contributing.

mattermost's People

Contributors

brandencobb avatar williwams avatar mjnagel avatar cfbrianmiller avatar rgarcia6520 avatar mrlunchbox777 avatar renovate-bot avatar brandtkeller avatar rushevan avatar christopheroconnell avatar montgomery-marcus avatar runyontr avatar echuang-rc avatar jrolachea3 avatar boyer-bp avatar meganwolf0 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.