fix(mycloud-nextcloud): develop notify_push
This commit is contained in:
parent
e464c02875
commit
0a923ac69b
4 changed files with 13 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -7,7 +7,7 @@ description: "myCloud component to setup nextcloud"
|
||||||
|
|
||||||
# mycloud-nextcloud
|
# mycloud-nextcloud
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
myCloud component to setup nextcloud
|
myCloud component to setup nextcloud
|
||||||
|
|
||||||
|
|
|
@ -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