Skip to content

Commit 42c35d8

Browse files
authored
Merge pull request #54 from Digitalist-Open-Cloud/annotations_ingress_tracker_dashboard
fix missing values
2 parents b85f973 + ee2a677 commit 42c35d8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

charts/matomo/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v2
22
appVersion: "5.3.2"
33
description: A Helm chart for Matomo
44
name: matomo
5-
version: 11.0.54
5+
version: 11.0.55

charts/matomo/values.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ matomo:
9898
nginx:
9999
nginxWorkerProcesses: 5
100100
ingressClassName: ""
101+
ingress:
102+
annotations:
103+
digitalist.cloud/instance: "matomo"
101104
queuedTrackingMonitor:
102105
enabled: true
103106
queuedTrackingProcess:
@@ -117,6 +120,9 @@ matomo:
117120
process_idle_timeout: 600s
118121
max_requests: 500
119122
ingressClassName: ""
123+
ingress:
124+
annotations:
125+
digitalist.cloud/instance: "matomo"
120126
nginx:
121127
image: digitalist/nginx:1.21.6
122128
imagePullSecrets: []

0 commit comments

Comments
 (0)