Skip to content

Commit

Permalink
Create posthog-azure.yaml to add azure provider for Posthog (#904)
Browse files Browse the repository at this point in the history
  • Loading branch information
proggo authored Apr 9, 2024
1 parent 49a32f4 commit e5fe0c4
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions posthog/plural/recipes/posthog-azure.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: posthog-azure
description: Installs posthog on an Azure AKS cluster
provider: AZURE
primary: true
dependencies:
- repo: bootstrap
name: azure-k8s
- repo: ingress-nginx
name: ingress-nginx-azure
- repo: postgres
name: azure-postgres
- repo: clickhouse
name: clickhouse-azure
- repo: redis
name: azure-redis
- repo: kafka
name: azure-kafka
sections:
- name: posthog
configuration:
- name: hostname
documentation: FQDN to use for your posthog installation
type: DOMAIN
- name: posthogBucket
documentation: Azure Blob Storage container to use for PostHog
type: BUCKET
default: posthog
- name: notificationEmail
documentation: Email for notifications to be sent to from the PostHog stack
type: STRING
optional: true
items:
- type: TERRAFORM
name: azure
- type: HELM
name: posthog

0 comments on commit e5fe0c4

Please sign in to comment.