Skip to content

Commit

Permalink
Fix celery beat deployment connection to pg bouncer (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuziontech authored Jul 7, 2021
1 parent 44da618 commit 8e857cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/posthog/templates/beat-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ spec:
{{- end }}
key: {{ template "posthog.postgresql.secretKey" . }}
- name: POSTHOG_POSTGRES_HOST
value: {{ template "posthog.postgresql.host" . }}
value: {{ template "posthog.pgbouncer.host" . }}
- name: POSTHOG_POSTGRES_PORT
value: {{ include "posthog.postgresql.port" . | quote }}
value: {{ include "posthog.pgbouncer.port" . | quote }}
{{- if or (.Values.redis.enabled) (.Values.redis.password) }}
- name: POSTHOG_REDIS_PASSWORD
value: {{ .Values.redis.password | quote }}
Expand Down

0 comments on commit 8e857cd

Please sign in to comment.