fix(nextcloud): push

This commit is contained in:
JJGadgets
2023-11-03 10:31:28 +08:00
parent 9edeb20035
commit 46e89b97a3

View File

@@ -105,12 +105,17 @@ spec:
memory: 256Mi
push:
image: *ncimg
command: ["/var/www/html/custom_apps/notify_push/bin/x86_64/notify_push", "/var/www/html/config/config.php"]
command: ["/var/www/html/custom_apps/notify_push/bin/x86_64/notify_push"]
env:
<<: *env
NEXTCLOUD_URL: "https://${APP_DNS_NEXTCLOUD}"
PORT: &push "7867"
envFrom: *envFrom
NEXTCLOUD_URL: "https://${APP_DNS_NEXTCLOUD}"
REDIS_URL: "redis:///sockets/redis.sock"
DATABASE_PREFIX: "oc"
DATABASE_URL:
valueFrom:
secretKeyRef:
name: *pgsec
key: "uri"
securityContext: *sc
resources:
requests: