fix(mycloud-nextcloud): develop notify_push

This commit is contained in:
WrenIX 2024-11-27 20:50:38 +01:00
parent e464c02875
commit 0a923ac69b
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
4 changed files with 13 additions and 2 deletions

View file

@ -6,4 +6,4 @@ maintainers:
- name: WrenIX - name: WrenIX
url: https://wrenix.eu url: https://wrenix.eu
version: 0.1.0 version: 0.1.1

View file

@ -7,7 +7,7 @@ description: "myCloud component to setup nextcloud"
# mycloud-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 myCloud component to setup nextcloud

View file

@ -22,6 +22,11 @@ spec:
app.kubernetes.io/component: metrics app.kubernetes.io/component: metrics
app.kubernetes.io/instance: {{ .Release.Name }}-hr app.kubernetes.io/instance: {{ .Release.Name }}-hr
app.kubernetes.io/name: nextcloud 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 }} {{- with .Values.commons.networkpolicies.from.ingress }}
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 8 }}
{{- end }} {{- end }}

View file

@ -208,8 +208,14 @@ spec:
imaginary: imaginary:
enabled: {{ toYaml .Values.imaginary.enabled }} enabled: {{ toYaml .Values.imaginary.enabled }}
notifyPush:
enabled: true
autoSetup: true
metrics: metrics:
enabled: true enabled: true
prometheus:
serviceMonitor: serviceMonitor:
enabled: {{ (.Capabilities.APIVersions.Has "monitoring.coreos.com/v1/ServiceMonitor") }} enabled: {{ (.Capabilities.APIVersions.Has "monitoring.coreos.com/v1/ServiceMonitor") }}
labels: labels: