-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvalues-blackbox-scw.yaml
More file actions
44 lines (44 loc) · 940 Bytes
/
values-blackbox-scw.yaml
File metadata and controls
44 lines (44 loc) · 940 Bytes
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
blackbox:
extraEnvFrom:
- configMapRef:
name: cm-blackbox
fullnameOverride: blackbox-exporter-prom
kind: Deployment
pspEnabled: false
resources:
limits:
cpu: "1"
memory: 128Mi
requests:
cpu: 10m
memory: 25Mi
serviceAccount:
create: false
securityContext:
runAsGroup: 1000905000
runAsNonRoot: true
runAsUser: 1000905000
podSecurityContext:
runAsGroup: 1000905000
runAsNonRoot: true
runAsUser: 1000905000
config:
modules:
http_200_204_403:
http:
follow_redirects: true
preferred_ip_protocol: ip4
valid_status_codes:
- 200
- 204
prober: http
timeout: 5s
http_check:
http:
follow_redirects: true
preferred_ip_protocol: ip4
valid_http_versions:
- HTTP/1.1
- HTTP/2.0
prober: http
timeout: 5s