mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 15:31:38 +01:00
Compare commits
1 Commits
temp/tross
...
feat/mon-o
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a151502ea9 |
@@ -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: |
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user