diff --git a/docs/monitoring.md b/docs/monitoring.md index a5169dba..1dd7a36f 100644 --- a/docs/monitoring.md +++ b/docs/monitoring.md @@ -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: | diff --git a/helmfile/apps/xwiki/values.yaml.gotmpl b/helmfile/apps/xwiki/values.yaml.gotmpl index c8e63322..ebc1f312 100644 --- a/helmfile/apps/xwiki/values.yaml.gotmpl +++ b/helmfile/apps/xwiki/values.yaml.gotmpl @@ -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 }} ...