Compare commits

...

1 Commits

Author SHA1 Message Date
Thomas Kaltenbrunner
e0cf268258 fix(open-xchange): Enable monitoring in Open-Xchange. 2024-08-29 11:28:27 +02:00
2 changed files with 13 additions and 4 deletions

View File

@@ -66,7 +66,8 @@ grafana:
# Components
| Component | Metrics (pod- or serviceMonitor) | Alerts (prometheusRule) | Dashboard (Grafana) |
|:----------|-----------------------------------|-------------------------|---------------------|
| Collabora | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| Nextcloud | :white_check_mark: | :x: | :x: |
| Component | Metrics (pod- or serviceMonitor) | Alerts (prometheusRule) | Dashboard (Grafana) |
|:------------|-----------------------------------|-------------------------|---------------------|
| Collabora | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| Nextcloud | :white_check_mark: | :x: | :x: |
| OX Appsuite | :white_check_mark: | :x: | :white_check_mark: |

View File

@@ -9,6 +9,9 @@ global:
cookieHashSalt: {{ .Values.secrets.oxAppsuite.cookieHashSalt }}
shareCryptKey: {{ .Values.secrets.oxAppsuite.shareCryptKey }}
sessiondEncryptionKey: {{ .Values.secrets.oxAppsuite.sessiondEncryptionKey }}
extras:
monitoring:
enabled: {{ .Values.monitoring.prometheus.serviceMonitors.enabled }}
mysql:
host: {{ .Values.databases.oxAppsuite.host | quote }}
database: {{ .Values.databases.oxAppsuite.name | quote }}
@@ -77,6 +80,11 @@ public-sector-ui:
appsuite:
appsuite-toolkit:
enabled: false
extras:
monitoring:
serviceMonitor:
additionalLabels:
{{ .Values.monitoring.prometheus.serviceMonitors.labels | toYaml | nindent 10 }}
switchboard:
enabled: false
istio: