fix(mycloud-nextcloud): develop notify_push
This commit is contained in:
parent
e464c02875
commit
ed6fa66eb2
2 changed files with 11 additions and 0 deletions
|
@ -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 }}
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue