expose exportarr ports for readarr sidecontainers
This commit is contained in:
parent
58def9afba
commit
1e2ae1f88e
|
@ -53,6 +53,11 @@ spec:
|
|||
http:
|
||||
port: 8787
|
||||
|
||||
metrics:
|
||||
enabled: true
|
||||
port: 9000
|
||||
protocol: HTTP
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
enabled: true
|
||||
|
@ -100,6 +105,12 @@ spec:
|
|||
serviceMonitor:
|
||||
main:
|
||||
enabled: true
|
||||
endpoints:
|
||||
- port: metrics
|
||||
scheme: http
|
||||
path: /metrics
|
||||
interval: 1m
|
||||
scrapeTimeout: 10s
|
||||
|
||||
resources:
|
||||
requests:
|
||||
|
|
|
@ -53,6 +53,11 @@ spec:
|
|||
http:
|
||||
port: 8787
|
||||
|
||||
metrics:
|
||||
enabled: true
|
||||
port: 9000
|
||||
protocol: HTTP
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
enabled: true
|
||||
|
@ -100,6 +105,12 @@ spec:
|
|||
serviceMonitor:
|
||||
main:
|
||||
enabled: true
|
||||
endpoints:
|
||||
- port: metrics
|
||||
scheme: http
|
||||
path: /metrics
|
||||
interval: 1m
|
||||
scrapeTimeout: 10s
|
||||
|
||||
resources:
|
||||
requests:
|
||||
|
|
Loading…
Reference in New Issue