Skip to content

Commit

Permalink
disable apm for trackers
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkeschiren committed Apr 7, 2021
1 parent b9bfd44 commit 07118c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/matomo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "3.14.1"
description: A Helm chart Matomo
name: matomo
version: 9.1.2
version: 9.1.3
7 changes: 6 additions & 1 deletion charts/matomo/templates/deployment-matomo-tracker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,10 @@ spec:
readOnly: true
- name: matomo-phpfpm-tracker
mountPath: /usr/local/etc/php-fpm.d/zz-global.conf
subPath: zz-global.conf
subPath: zz-global.conf
- name: disable-apm
mountPath: /usr/local/etc/php/conf.d/99-elastic-apm-custom.ini
subPath: 99-elastic-apm-custom.ini
{{- if .Values.matomo.livenessProbe }}
livenessProbe:
{{- if .Values.matomo.livenessProbe.exec }}
Expand Down Expand Up @@ -134,6 +137,8 @@ spec:
- name: matomo-phpfpm-tracker
configMap:
name: matomo-phpfpm-tracker
- name: disable-apm
emptyDir: {}
---
apiVersion: v1
kind: Service
Expand Down

0 comments on commit 07118c2

Please sign in to comment.