-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.yaml
55 lines (55 loc) · 1.23 KB
/
example.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
apiVersion: sentry.io/v1
kind: SentryDeployment
metadata:
name: sentry
namespace: sentry
spec:
config:
eventRetentionDays: 90
relayImage: 'getsentry/relay:24.3.0'
postgres:
engine: 'sentry.db.postgres'
name: "postgres"
user: "postgres"
password: ""
host: "postgres"
port: "5432"
redis:
host: "redis"
password: ""
port: "6379"
database: "0"
mail:
host: "smtp.example.com"
port: "25"
user: "user"
password: ""
from: "example.com"
additionalPythonPackages:
- beautifulsoup4
# - https://github.com/kanadaj/sentry-s3-nodestore/releases/download/1.0.2/sentry-s3-nodestore-1.0.2.tar.gz
environment:
OPENAI_API_KEY: ''
SENTRY_EVENT_RETENTION_DAYS: '30'
SENTRY_MAIL_HOST: ''
REDIS_PORT: '6379'
CLICKHOUSE_PORT: '9000'
CLICKHOUSE_HOST: 'clickhouse'
SENTRY_MAX_EXTERNAL_SOURCEMAP_SIZE: ''
GEOIPUPDATE_ACCOUNT_ID: ''
GEOIPUPDATE_LICENSE_KEY: ''
GEOIPUPDATE_EDITION_IDS: 'GeoLite2-City'
resources:
worker:
limits:
cpu: '1'
memory: 4Gi
consumer:
limits:
cpu: 200m
memory: 1Gi
replicas:
relay: 2
web: 2
worker: 2
version: 24.3.0