Compare commits
1 commit
main
...
feat/notif
Author | SHA1 | Date | |
---|---|---|---|
ed6fa66eb2 |
2 changed files with 11 additions and 0 deletions
|
@ -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 }}
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue