-
Notifications
You must be signed in to change notification settings - Fork 3
/
values.yaml
40 lines (34 loc) · 1023 Bytes
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
image: "nginx:alpine"
replicas: 2
resources:
requests:
cpu: 100m
memory: 500Mi
# Whether to create the APIService for external.metrics.k8s.io
# Set to false if you'd like to create it manually
createApiService: true
logging:
access:
# Access logging (json format)
# "all", "off", or "errors"
level: "off"
error:
# Error logging (text format)
# "debug", "info", "notice", "warn", "error", "crit", "alert", or "emerg"
level: notice
# URL of the default metrics provider which provides the base path, for example:
#
# defaultProviderUrl: prometheus-adapter.prometheus.svc.cluster.local
defaultProviderUrl: ~
# A list of the metrics providers you want to support, for example:
#
# metricsProviders:
#- name: prometheus
# prefix: "prometheus-"
# strip_prefix: true
# service: prometheus-adapter.prometheus.svc.cluster.local
#- name: cloudwatch
# prefix: "cloudwatch-"
# strip_prefix: false
# service: k8s-cloudwatch-adapter.custom-metrics.svc.cluster.local
metricsProviders: []