-
Notifications
You must be signed in to change notification settings - Fork 0
/
values.yaml
71 lines (62 loc) · 1.5 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
71
# The time to wait before stopping connection attempts to upstream review app
# The user will be prompted to refresh the page to try again and given the deployment status
connectionTimeout: 10s
# The active namespaces
namespaces:
- review-apps
image: ghcr.io/wille/review-app-operator
webhook:
replicas: 1
# The webhook secret that will be used by the CI to trigger pull request events
# The secret will be created if it does not exist.
secretKeyRef:
name: webhook-secret
key: webhook-secret
ingress:
ingressClassName: ""
annotations: {}
# Enable cert-manager
# cert-manager.io/cluster-issuer: letsencrypt
# tls: true
tls: false
# The host for the webhook
# review-app-webhooks.example.com
host: ""
resources:
limits:
cpu: 500m
memory: 128Mi
requests:
cpu: 10m
memory: 32Mi
forwarder:
replicas: 1
ingress:
ingressClassName: ""
annotations: {}
# cert-manager.io/cluster-issuer: letsencrypt
tls: false
hosts:
# The forwarder hosts MUST BE a wildcard DNS entry because only one ingress
# is used to route requests to the forwarder.
# - "*.review-apps.example.com"
- ""
resources:
limits:
cpu: 500m
memory: 128Mi
requests:
cpu: 10m
memory: 32Mi
controllerManager:
replicas: 1
resources:
limits:
cpu: 500m
memory: 128Mi
requests:
cpu: 10m
memory: 32Mi
serviceAccount:
annotations: {}
kubernetesClusterDomain: cluster.local