mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 16:51:31 -05:00
nginx metrics
This commit is contained in:
parent
47a386392c
commit
18e4ca009c
1 changed files with 6 additions and 1 deletions
|
|
@ -38,12 +38,17 @@ ingress-nginx:
|
||||||
|
|
||||||
healthCheckPath: "/healthz"
|
healthCheckPath: "/healthz"
|
||||||
healthCheckHost: ""
|
healthCheckHost: ""
|
||||||
podAnnotations: {}
|
podAnnotations:
|
||||||
|
prometheus\.io/scrape: true
|
||||||
|
prometheus\.io/port: 10254
|
||||||
|
|
||||||
replicaCount: 3
|
replicaCount: 3
|
||||||
|
|
||||||
minAvailable: 3
|
minAvailable: 3
|
||||||
|
|
||||||
|
metrics:
|
||||||
|
enabled: true
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: 256Mi
|
memory: 256Mi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue