feat: add metrics and dashboards
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 52s
lint-test-helm / validate-kubeconform (pull_request) Successful in 59s
render-manifests / render-manifests (pull_request) Successful in 1m24s

This commit is contained in:
2026-04-09 19:17:41 -05:00
parent f0e744c0d6
commit 4f135db382
9 changed files with 236 additions and 0 deletions

View File

@@ -57,6 +57,25 @@ unpackerr:
requests:
cpu: 10m
memory: 10Mi
service:
main:
controller: main
ports:
metrics:
port: 5656
targetPort: 5656
serviceMonitor:
main:
selector:
matchLabels:
app.kubernetes.io/name: unpackerr
app.kubernetes.io/instance: unpackerr
serviceName: '{{ include "bjw-s.common.lib.chart.names.fullname" $ }}'
endpoints:
- port: metrics
interval: 1m
scrapeTimeout: 30s
path: /metrics
persistence:
storage:
existingClaim: unpackerr-nfs-storage