Skip to content

Commit b4ff725

Browse files
committed
Update microservices.yaml
1 parent 5f4e4c1 commit b4ff725

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,38 @@ spec:
176176
key: posthog-db-password
177177
- name: DATABASE_URL
178178
value: "postgres://posthog:$(PGPASSWORD)@db:5432/posthog"
179+
- name: PERSONS_URL
180+
value: "postgres://posthog:$(PGPASSWORD)@db:5432/posthog"
181+
- name: REDIS_URL
182+
value: "redis://redis7:6379/"
183+
- name: ISSUE_BUCKETS_REDIS_URL
184+
value: "redis://redis7:6379/"
179185
- name: KAFKA_HOSTS
180186
value: "kafka:9092"
187+
- name: KAFKA_CONSUMER_GROUP
188+
value: "cymbal"
189+
- name: KAFKA_CONSUMER_TOPIC
190+
value: "exceptions_ingestion"
191+
- name: OBJECT_STORAGE_BUCKET
192+
value: "posthog"
193+
- name: OBJECT_STORAGE_ENDPOINT
194+
value: "http://192.168.10.133:30293"
195+
- name: OBJECT_STORAGE_FORCE_PATH_STYLE
196+
value: "true"
197+
- name: OBJECT_STORAGE_ACCESS_KEY_ID
198+
valueFrom:
199+
secretKeyRef:
200+
name: posthog-secrets
201+
key: rustfs-access-key
202+
- name: OBJECT_STORAGE_SECRET_ACCESS_KEY
203+
valueFrom:
204+
secretKeyRef:
205+
name: posthog-secrets
206+
key: rustfs-secret-key
207+
- name: BIND_HOST
208+
value: "0.0.0.0"
209+
- name: BIND_PORT
210+
value: "3302"
181211
- name: RUST_LOG
182212
value: "info"
183213
resources:

0 commit comments

Comments
 (0)