forked from splatch/horizon-stream
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tilt-helm-values.yaml
188 lines (185 loc) · 4.56 KB
/
tilt-helm-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
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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
Namespace: tilt-instance
Host: onmshs.local
HostIp: 127.0.0.1
Port: 1443
Protocol: https
TLS:
Enabled: True
CertificateGeneration: false
Cert:
Name: opennms-ui-certificate
Keycloak:
AdminPassword: admin
HostnamePort: 1443
HostnameAdminUrl: https://onmshs.local:1443/auth
MailServer:
Enabled: true
Citus:
Enabled: true
OpenNMS:
global:
openTelemetry:
otlpTracesEndpoint: "http://tempo:4317"
Alert:
Resources:
Limits:
Cpu: '0'
Memory: '0'
Requests:
Cpu: '0'
Memory: '0'
API:
Resources:
Limits:
Cpu: '0'
Memory: '0'
Requests:
Cpu: '0'
Memory: '0'
CorsAllowed: true
PlaygroundGuiEnabled: true
IntrospectionEnabled: true
UI:
Resources:
Limits:
Cpu: '0'
Memory: '0'
Requests:
Cpu: '0'
Memory: '0'
IngressAnnotations:
nginx.ingress.kubernetes.io/configuration-snippet: ~
MetricsProcessor:
Resources:
Limits:
Cpu: '0'
Memory: '0'
Requests:
Cpu: '0'
Memory: '0'
Minion:
Enabled: true
addDefaultLocation: true
Resources:
Limits:
Cpu: '0'
Memory: '0'
Requests:
Cpu: '0'
Memory: '0'
MinionGateway:
Resources:
Limits:
Cpu: '0'
Memory: '0'
Requests:
Cpu: '0'
Memory: '0'
IngressAnnotations:
nginx.ingress.kubernetes.io/configuration-snippet: |
# This adds the tenant-id and location to the response headers sent to the client so we can use them in
# logging. This is bit circuitous, and it is unnecessary to send these to the client, but this was a way I
# could figure out how to get the tenant and minion information in the logs using $sent_http_x_tenant_id
# and $sent_http_x_location once these response headers are added. They also seem to need to be in the
# location block to work.
# Note: The response headers are prefixed with "x-", although the headers from the auth service are not.
# Note: I am being a little naughty and depending an internal implementation detail of ingress-nginx by
# using the authHeader* variables. These are created by ingress-nginx from the auth-response-headers
# annotation. The naming of the authHeader* variables is sensitive to the order of the headers in the
# nginx.ingress.kubernetes.io/auth-response-headers annotation.
add_header x-tenant-id "$authHeader0" always;
add_header x-location "$authHeader1" always;
set $dummy_val "$opentelemetry_context_traceparent"; # workaround for https://github.com/kubernetes/ingress-nginx/issues/9811
grpc_set_header 'traceparent' $opentelemetry_context_traceparent; # This doesn't get sent downstream normally. :(
opentelemetry_attribute "user" "$authHeader0";
opentelemetry_attribute "location" "$authHeader1";
env:
DEBUG_SPAN_FULL_MESSAGE: "true"
DEBUG_SPAN_CONTENT: "true"
MinionCertificateManager:
Enabled: true
CaSecretName: root-ca-certificate
MtlsSecretName: client-root-ca-certificate
Resources:
Limits:
Cpu: '0'
Memory: '0'
Requests:
Cpu: '0'
Memory: '0'
MinionCertificateVerifier:
Resources:
Limits:
Cpu: '0'
Memory: '0'
Requests:
Cpu: '0'
Memory: '0'
Inventory:
Resources:
Limits:
Cpu: '0'
Memory: '0'
Requests:
Cpu: '0'
Memory: '0'
Notification:
Resources:
Limits:
Cpu: '0'
Memory: '0'
Requests:
Cpu: '0'
Memory: '0'
Events:
Resources:
Limits:
Cpu: '0'
Memory: '0'
Requests:
Cpu: '0'
Memory: '0'
DataChoices:
Resources:
Limits:
Cpu: '0'
Memory: '0'
Requests:
Cpu: '0'
Memory: '0'
Core:
Resources:
Limits:
Cpu: '0'
Memory: 4Gi
Requests:
Cpu: '0'
Memory: 2Gi
Grafana:
Resources:
Limits:
Cpu: 500m
Memory: 1Gi
Requests:
Cpu: 100m
Memory: 100Mi
autoAssignOrgRole: Admin # https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/#auto_assign_org_role
Prometheus:
Server:
Resources:
Limits:
Cpu: "1"
Memory: 512Mi
Requests:
Cpu: 100m
Memory: 100Mi
PushGateway:
Resources:
Limits:
Cpu: "1"
Memory: 512Mi
Requests:
Cpu: 100m
Memory: 100Mi
Kafka:
LocalPort: 24092