-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathvalues.yaml
More file actions
134 lines (121 loc) · 2.92 KB
/
values.yaml
File metadata and controls
134 lines (121 loc) · 2.92 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
# Default values for finala.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
image:
repository: similarweb/finala
tag: v0.4.0
pullPolicy: IfNotPresent
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
storage:
type: internal
api:
create: true
serviceaccount:
create: false
annotations:
# iam.amazonaws.com/role: arn:aws:iam::ACCOUNT-ID:role/finala-production
replicas: 1
annotations: {}
application:
log_level: INFO
storage:
elasticsearch:
active: true
index: general
username: ""
password: ""
endpoint: ""
service:
type: ClusterIP
annotations: {}
externalPort: 80
ingress:
create: false
host: http://127.0.0.1:8081
annotations: {}
resources:
# requests:
# cpu: 100m
# memory: 128Mi
ui:
create: true
replicas: 1
annotations: {}
application:
log_level: INFO
service:
type: ClusterIP
annotations: {}
externalPort: 80
ingress:
create: false
host: "https://finala.ui.com"
annotations: {}
resources:
# requests:
# cpu: 100m
# memory: 128Mi
notifier:
create: true
serviceaccount:
create: false
annotations:
# iam.amazonaws.com/role: arn:aws:iam::ACCOUNT-ID:role/finala-production
schedule: "0 8 * * 1" # Run once a week on Monday at 08:00
annotations: {}
environmentVars:
# key: value
resources:
# requests:
# cpu: 100m
# memory: 128Mi
application:
log_level: INFO
notifiers:
# slack:
# token: slack_token
# default_channels:
# - '#default-channel'
# notify_by_tags:
# <notification_group>:
# minimum_cost_to_present: <minimum price which notifier will notify about>
# tags:
# - name: name
# value: value
# notify_to:
# - slack username
# - '#slack-channelname'
collector:
general:
create: true
serviceaccount:
create: false
annotations:
# iam.amazonaws.com/role: arn:aws:iam::ACCOUNT-ID:role/finala-production
schedule: "0 8 * * *" # Run every day at 08:00
annotations:
# iam.amazonaws.com/role: arn:aws:iam::ACCOUNT-ID:role/finala-production
run_at_deployment: true
environmentVars:
# AWS_ACCESS_KEY_ID: value
# AWS_SECRET_ACCESS_KEY: value
resources:
# requests:
# cpu: 100m
# memory: 128Mi
application:
log_level: INFO
api_server:
bulk_interval: 5s
providers:
aws:
accounts:
- name: main
regions:
- us-east-1
- us-west-2
# metrics:
# By default the metrics will be loaded from aws-metrics.yaml file.
# You can uncomment the metrics section and add your specific metrics that will be collected.