File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -8,3 +8,4 @@ Here we list all major versions and their breaking changes for migration.
8
8
## v7
9
9
10
10
- move ` metrics.serviceMonitor ` to ` prometheus.serviceMonitor ` : It is used for nextcloud-exporter and notify-push
11
+ - change metrics port of service from 9205 to 9100 to get equal everywhere.
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
- /var/www/html/occ app:install notify_push
2
+ /var/www/html/occ app:enable notify_push
3
3
/var/www/html/occ config:app:set notify_push base_endpoint --value=" http{{ if .Values.ingress.tls }}s{{ end }}://{{ .Values.nextcloud.host }}{{ .Values.notifyPush.ingress.path }}"
4
- # /var/www/html/occ notify_push:setup "http{{ if .Values.ingress.tls }}s{{ end }}://{{ .Values.nextcloud.host }}{{ .Values.notifyPush.ingress.path }}"
4
+ {{/*
5
+ The command " setup" runs a check, which need a running nextcloud (but we try to configurate it during startup).
6
+ So that command always failure and we stuck in bootloop.
7
+ /var/www/html/occ notify_push:setup " http{{ if .Values.ingress.tls }}s{{ end }}://{{ .Values.nextcloud.host }}{{ .Values.notifyPush.ingress.path }}"
8
+ * /}}
You can’t perform that action at this time.
0 commit comments