1
0
Fork 0

paperless-ngx: Enable Flower

Flower is the monitoring agent for Celery.  It has a web UI, but more
importantly, it exposes Celery performance metrics in Prometheus format.
etcd
Dustin 2024-05-22 15:50:32 -05:00
parent d5bfdaca25
commit f83783fd58
1 changed files with 4 additions and 0 deletions

View File

@ -236,9 +236,13 @@ spec:
value: '*' value: '*'
- name: PAPERLESS_ENABLE_HTTP_REMOTE_USER - name: PAPERLESS_ENABLE_HTTP_REMOTE_USER
value: '1' value: '1'
- name: PAPERLESS_ENABLE_FLOWER
value: 'true'
ports: ports:
- name: http - name: http
containerPort: 8000 containerPort: 8000
- name: flower
containerPort: 5555
startupProbe: startupProbe:
httpGet: httpGet:
port: 8000 port: 8000