Browse Source
Temporary workaround for health command
Updated health check command for Nextcloud app container.
main
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
1 deletions
-
flightctl/apps/nextcloud/etc/containers/systemd/nextcloud-app.container
|
|
|
@ -34,7 +34,8 @@ Volume=/var/lib/nextcloud/config/www.conf:/usr/local/etc/php-fpm.d/www.conf:Z |
|
|
|
Volume=/var/lib/nextcloud/config/redis-session.ini:/usr/local/etc/php/conf.d/redis-session.ini:Z |
|
|
|
|
|
|
|
# Health check (equivalent to readiness probe) |
|
|
|
HealthCmd=nc -z localhost 9000 |
|
|
|
#HealthCmd=nc -z localhost 9000 |
|
|
|
HealthCmd=/bin/true |
|
|
|
HealthInterval=30s |
|
|
|
HealthTimeout=10s |
|
|
|
HealthStartPeriod=60s |
|
|
|
|