this repo has no description
0
fork

Configure Feed

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

Upgrade scrutiny things

+4 -4
+3 -3
k8s/nebula/apps/monitoring/scrutiny/collector/hr.yaml
··· 40 40 main: 41 41 image: 42 42 repository: ghcr.io/analogj/scrutiny 43 - tag: master-collector 43 + tag: v0.8.0-collector 44 44 env: 45 45 - name: COLLECTOR_API_ENDPOINT 46 46 value: http://scrutiny.monitoring.svc.cluster.local:8080 ··· 53 53 resources: 54 54 requests: 55 55 cpu: 100m 56 - memory: 128Mi 56 + memory: 256Mi 57 57 limits: 58 - memory: 128Mi 58 + memory: 256Mi 59 59 60 60 service: 61 61 main:
+1 -1
k8s/nebula/apps/monitoring/scrutiny/scrutiny/hr.yaml
··· 35 35 main: 36 36 image: 37 37 repository: ghcr.io/analogj/scrutiny 38 - tag: master-web 38 + tag: v0.8.0-web 39 39 env: 40 40 TZ: "Europe/Helsinki" 41 41 SCRUTINY_WEB_INFLUXDB_HOST: influx.databases.svc.cluster.local