fix(xwiki): Add monitoring

This commit is contained in:
Martin Müller
2024-01-23 17:30:32 +01:00
parent 47d6a8d53f
commit 2a9abcebc5
2 changed files with 8 additions and 0 deletions

View File

@@ -70,3 +70,4 @@ grafana:
|:----------|-----------------------------------|-------------------------|---------------------|
| Collabora | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| Nextcloud | :white_check_mark: | :x: | :x: |
| XWiki | :white_check_mark: | :x: | :x: |

View File

@@ -173,4 +173,11 @@ service:
volumePermissions:
enabled: true
prometheus:
javaagent:
enabled: {{ .Values.prometheus.podMonitors.enabled }}
podmonitor:
enabled: {{ .Values.prometheus.podMonitors.enabled }}
labels:
{{- toYaml .Values.prometheus.podMonitors.labels | nindent 6 }}
...