Skip to content

Commit 301c116

Browse files
committed
posthog tweak
1 parent 2caa657 commit 301c116

4 files changed

Lines changed: 9 additions & 8 deletions

File tree

my-apps/development/posthog/configmap-env.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ data:
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"

my-apps/development/posthog/core/jobs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

my-apps/development/posthog/core/microservices.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)
148148
apiVersion: apps/v1
149149
kind: Deployment
150150
metadata:
@@ -154,7 +154,7 @@ metadata:
154154
app.kubernetes.io/name: posthog
155155
app.kubernetes.io/component: cymbal
156156
spec:
157-
replicas: 1
157+
replicas: 0
158158
selector:
159159
matchLabels:
160160
app.kubernetes.io/name: posthog

my-apps/development/posthog/core/web.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
---
8383
apiVersion: v1
8484
kind: Service

0 commit comments

Comments
 (0)