Git Product home page Git Product logo

matomo-helm-chart's Introduction

Matomo Chart

Matomo is an open source alternative to Google Analytics. (Ported from: https://gitlab.com/ideaplexus/helm/matomo/-/tree/master/)

Install

helm install matomo . --namespace matomo --create-namespace

Upgrade

export REDIS_PASSWORD=$(kubectl get secret --namespace "matomo" matomo-redis -o jsonpath="{.data.redis-password}" | base64 --decode)

helm upgrade matomo . --namespace matomo --set redis.auth.password=$REDIS_PASSWORD 

Parameters

Most relevant parameters, if you need an advanced configuration, take a look into the values.yaml.

Parameter Description Default
replicaCount How many instances of Matomo should run in parallel 1
image.tag Override the version tag for the Matomo docker image "" (Using chart appVersion)
ingress.enabled Enable Ingress support false
ingress.type Type of the ingress default and traefik are possible default
ingress.annotations Use it for nginx or traefik v1 ingress classes {}
ingress.hosts[].host host name for the ingress chart-example.local
ingress.hosts[].paths Paths for the ingress [ / ]
ingress.tls.default[].secretName If defined, TLS is enabled for the default ingress chart-example-tls
ingress.tls.default[].hosts Specify the host for the TLS certificate [ chart-example.local ]
ingress.tls.traefik If defined, traefik will use this as certificate resolver chart-example-tls
matomo.host Host of the Matomo installation chart-example.local
matomo.username Superusers name admin
matomo.password Superusers password My$uper$ecretPassword123#
matomo.email Superusers email address [email protected]
matomo.website_host Host of the tracked website https://tracked-website.local
matomo.website_name Name of the tracked website Tracked Website
matomo.env Additional Environment variables, e.g. to configure SMTP {}

matomo-helm-chart's People

Contributors

kevin-shelaga avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

blundercon kyos

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.