-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create posthog-azure.yaml to add azure provider for Posthog (#904)
- Loading branch information
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |