mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -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"
|
||||
healthCheckHost: ""
|
||||
podAnnotations: {}
|
||||
podAnnotations:
|
||||
prometheus\.io/scrape: true
|
||||
prometheus\.io/port: 10254
|
||||
|
||||
replicaCount: 3
|
||||
|
||||
minAvailable: 3
|
||||
|
||||
metrics:
|
||||
enabled: true
|
||||
|
||||
resources:
|
||||
limits:
|
||||
memory: 256Mi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue