26 lines
393 B
YAML
26 lines
393 B
YAML
hostNetwork: false
|
|
containerPort: 9100
|
|
|
|
service:
|
|
port: 9100
|
|
targetPort: 9100
|
|
annotations:
|
|
prometheus.io/scrape: "true"
|
|
prometheus.io/port: "9100"
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 200m
|
|
memory: 128Mi
|
|
requests:
|
|
cpu: 100m
|
|
memory: 64Mi
|
|
|
|
prometheus:
|
|
monitor:
|
|
enabled: true
|
|
interval: 30s
|
|
scrapeTimeout: 10s
|
|
additionalLabels:
|
|
release: prometheus-prod
|