-
Notifications
You must be signed in to change notification settings - Fork 28
/
values.yaml
70 lines (59 loc) · 1.28 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
replicaCount: 1
nameOverride: ""
namespace: "default"
version: "" # pin a specific version
image:
repository: clux/controller
pullPolicy: IfNotPresent
imagePullSecrets: []
serviceAccount:
create: true
annotations: {}
podAnnotations: {}
podSecurityContext: {}
# fsGroup: 2000
securityContext: {}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
# Configure the gRPC opentelemetry push url
tracing:
# Use the telemetry built image and inject OPENTELEMETRY_ENDPOINT_URL
enabled: false
# namespace of the collector
namespace: monitoring
# collector service name
service: promstack-tempo
# collector port for OTLP gRPC
port: 4317
networkPolicy:
enabled: true
dns: true
# apiserver access: please scope; take addresses from "kubectl get endpoints kubernetes -n default"
apiserver:
- "0.0.0.0/0" # extremely wide-open egress on ports 443 + 6443
prometheus:
enabled: true
namespace: monitoring
app: prometheus
port: http
logging:
env_filter: info,kube=debug,controller=debug
env: []
service:
type: ClusterIP
port: 80
resources:
limits:
cpu: 200m
memory: 256Mi
requests:
cpu: 50m
memory: 100Mi
serviceMonitor:
enabled: false
path: /metrics
scheme: http