-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathhelmfile.yaml
49 lines (48 loc) · 1.13 KB
/
helmfile.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
repositories:
- name: open-match
url: https://open-match.dev/chart/stable
releases:
- chart: open-match/open-match
namespace: open-match
name: open-match
version: 1.6.0
values:
- open-match-core:
swaggerui:
enabled: false
open-match-customize:
enabled: true
evaluator:
enabled: true
open-match-override:
enabled: true
backend:
replicas: 1
frontend:
replicas: 1
query:
replicas: 1
evaluator:
replicas: 1
redis:
sentinel:
enabled: false
replica:
replicaCount: 0
metrics:
enabled: false
global:
kubernetes:
horizontalPodAutoScaler:
frontend:
minReplicas: 1
maxReplicas: 1
backend:
minReplicas: 1
maxReplicas: 1
query:
minReplicas: 1
maxReplicas: 1
evaluator:
minReplicas: 1
maxReplicas: 1