Compare commits

...

1 Commits

Author SHA1 Message Date
Martin Müller
a151502ea9 fix(open-xchange): Improve ingress and serviceMonitor 2024-02-19 17:19:07 +01:00
2 changed files with 12 additions and 4 deletions

View File

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

View File

@@ -87,6 +87,13 @@ appsuite:
dav: dav:
hosts: hosts:
- "{{ .Values.global.hosts.openxchange }}.{{ .Values.istio.domain }}" - "{{ .Values.global.hosts.openxchange }}.{{ .Values.istio.domain }}"
extras:
monitoring:
enabled: {{ .Values.prometheus.serviceMonitors.enabled }}
serviceMonitor:
additionalLabels:
{{- toYaml .Values.prometheus.serviceMonitors.labels | nindent 10 }}
core-mw: core-mw:
enabled: true enabled: true
asConfig: asConfig: