File tree Expand file tree Collapse file tree
my-apps/development/posthog Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 CLICKHOUSE_DATABASE : " posthog"
2424 CLICKHOUSE_SECURE : " false"
2525 CLICKHOUSE_VERIFY : " false"
26+ CLICKHOUSE_MIGRATIONS_CLUSTER : " "
2627 CLICKHOUSE_API_USER : " api"
2728 CLICKHOUSE_API_PASSWORD : " apipass"
2829 CLICKHOUSE_APP_USER : " app"
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ spec:
105105 value : " postgres://posthog:$(PGPASSWORD)@db:5432/posthog"
106106 resources :
107107 requests :
108- cpu : 250m
109- memory : 512Mi
110- limits :
108+ cpu : 500m
111109 memory : 2Gi
110+ limits :
111+ memory : 4Gi
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ spec:
144144 limits :
145145 memory : 128Mi
146146---
147- # Cymbal - exception symbolication processor
147+ # Cymbal - exception symbolication processor (disabled: requires GeoIP MMDB file)
148148apiVersion : apps/v1
149149kind : Deployment
150150metadata :
@@ -154,7 +154,7 @@ metadata:
154154 app.kubernetes.io/name : posthog
155155 app.kubernetes.io/component : cymbal
156156spec :
157- replicas : 1
157+ replicas : 0
158158 selector :
159159 matchLabels :
160160 app.kubernetes.io/name : posthog
Original file line number Diff line number Diff line change @@ -75,10 +75,10 @@ spec:
7575 name : http
7676 resources :
7777 requests :
78- cpu : 250m
79- memory : 1Gi
80- limits :
78+ cpu : 500m
8179 memory : 2Gi
80+ limits :
81+ memory : 4Gi
8282---
8383apiVersion : v1
8484kind : Service
You can’t perform that action at this time.
0 commit comments