Skip to content

Commit

Permalink
debug: initial setup with mysql managed database
Browse files Browse the repository at this point in the history
Signed-off-by: Damien Duportal <[email protected]>
  • Loading branch information
dduportal committed Oct 9, 2023
1 parent 2405010 commit e6a4883
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/matomo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ extraEnvVars:
- name: MATOMO_DATABASE_ENABLE_SSL
value: "1"
- name: MATOMO_DATABASE_SSL_NO_VERIFY
value: "1"
value: "0"
- name: MATOMO_TRUSTED_HOSTS
value: "matomo.jenkins.io"
- name: MATOMO_GENERAL_FORCE_SSL
Expand All @@ -34,7 +34,8 @@ mariadb:
service:
type: ClusterIP
ingress:
enabled: true
# TODO: enable to expose application once it runs properly
enabled: false
ingressClassName: public-nginx
hostname: matomo.jenkins.io

Expand Down

0 comments on commit e6a4883

Please sign in to comment.