mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 07:21:36 +01:00
Compare commits
1 Commits
f03cb731b4
...
fix/tkalte
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e0cf268258 |
@@ -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: |
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user