feat(unpackerr): add service monitor
This commit is contained in:
parent
6bff79c68d
commit
7137f20d77
|
@ -19,10 +19,6 @@ spec:
|
|||
repository: ghcr.io/onedr0p/unpackerr
|
||||
tag: "0.12.0"
|
||||
|
||||
service:
|
||||
main:
|
||||
enabled: false
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
|
@ -48,6 +44,24 @@ spec:
|
|||
hostPath: /mnt/MainPool/Media
|
||||
mountPath: /storage
|
||||
|
||||
service:
|
||||
main:
|
||||
enabled: true
|
||||
ports:
|
||||
http:
|
||||
port: 5656
|
||||
|
||||
serviceMonitor:
|
||||
main:
|
||||
enabled: true
|
||||
labels:
|
||||
release: kube-prometheus-stack
|
||||
endpoints:
|
||||
- port: http
|
||||
interval: 15s
|
||||
scrapeTimeout: 5s
|
||||
path: /metrics
|
||||
|
||||
podSecurityContext:
|
||||
runAsNonRoot: true
|
||||
runAsUser: 10000
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue