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
parent
d5bfdaca25
commit
f83783fd58
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue