this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Let's move it to a cronjob

+6 -2
+6 -2
k8s/media/apps/monitoring/scrutiny-collector/app/hr.yaml
··· 33 33 # add: [ "SYS_RAWIO" ] # allow access to smartctl 34 34 controllers: 35 35 main: 36 - type: daemonset 36 + type: cronjob 37 + annotations: 38 + reloader.stakater.com/auto: "true" 39 + cronjob: 40 + schedule: "@daily" 37 41 38 42 containers: 39 43 main: 40 44 image: 41 45 repository: ghcr.io/analogj/scrutiny 42 - tag: master-collector 46 + tag: v0.8.1-collector 43 47 env: 44 48 - name: COLLECTOR_API_ENDPOINT 45 49 value: https://scrutiny.skylab.fi