forked from catalin/fukuops
feat: add argo scrape configs to prometheus
This commit is contained in:
parent
fc97042854
commit
a1ea2f9a29
2 changed files with 32 additions and 2 deletions
|
|
@ -80,5 +80,15 @@ spec:
|
|||
value: "https://auth.fukurokuju.dev/application/o/miniflux/"
|
||||
- name: OAUTH2_USER_CREATION
|
||||
value: "1"
|
||||
- name: FETCH_YOUTUBE_WATCH_TIME
|
||||
value: "1"
|
||||
- name: WORKER_POOL_SIZE
|
||||
value: "1"
|
||||
- name: POLLING_FREQUENCY
|
||||
value: "120"
|
||||
- name: BATCH_SIZE
|
||||
value: "25"
|
||||
- name: METRICS_COLLECTOR
|
||||
value: "1"
|
||||
restartPolicy: Always
|
||||
automountServiceAccountToken: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue