diff --git a/mycloud-nextcloud/Chart.yaml b/mycloud-nextcloud/Chart.yaml index feaccb9..ee00e65 100644 --- a/mycloud-nextcloud/Chart.yaml +++ b/mycloud-nextcloud/Chart.yaml @@ -6,4 +6,4 @@ maintainers: - name: WrenIX url: https://wrenix.eu -version: 0.1.0 +version: 0.1.1 diff --git a/mycloud-nextcloud/README.md b/mycloud-nextcloud/README.md index 446dcc6..a3132ac 100644 --- a/mycloud-nextcloud/README.md +++ b/mycloud-nextcloud/README.md @@ -7,7 +7,7 @@ description: "myCloud component to setup nextcloud" # mycloud-nextcloud -![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) myCloud component to setup nextcloud diff --git a/mycloud-nextcloud/templates/networkpolicy.yaml b/mycloud-nextcloud/templates/networkpolicy.yaml index 6a99210..6e54c69 100644 --- a/mycloud-nextcloud/templates/networkpolicy.yaml +++ b/mycloud-nextcloud/templates/networkpolicy.yaml @@ -22,6 +22,11 @@ spec: app.kubernetes.io/component: metrics app.kubernetes.io/instance: {{ .Release.Name }}-hr app.kubernetes.io/name: nextcloud + - podSelector: + matchLabels: + app.kubernetes.io/component: notify-push + app.kubernetes.io/instance: {{ .Release.Name }}-hr + app.kubernetes.io/name: nextcloud {{- with .Values.commons.networkpolicies.from.ingress }} {{- toYaml . | nindent 8 }} {{- end }} diff --git a/mycloud-nextcloud/templates/release.yaml b/mycloud-nextcloud/templates/release.yaml index 4d4627f..b1d4478 100644 --- a/mycloud-nextcloud/templates/release.yaml +++ b/mycloud-nextcloud/templates/release.yaml @@ -208,8 +208,14 @@ spec: imaginary: enabled: {{ toYaml .Values.imaginary.enabled }} + notifyPush: + enabled: true + autoSetup: true + metrics: enabled: true + + prometheus: serviceMonitor: enabled: {{ (.Capabilities.APIVersions.Has "monitoring.coreos.com/v1/ServiceMonitor") }} labels: