Skip to content

Commit af879f0

Browse files
committed
fix(notify_push): improve after review - part 1
Signed-off-by: WrenIX <[email protected]>
1 parent 116fe13 commit af879f0

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

charts/nextcloud/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ Here we list all major versions and their breaking changes for migration.
88
## v7
99

1010
- 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.
Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#!/bin/sh
2-
/var/www/html/occ app:install notify_push
2+
/var/www/html/occ app:enable notify_push
33
/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+
*/}}

0 commit comments

Comments
 (0)