From e5fe0c45de183c06977b0498dbee91afa8e9fc70 Mon Sep 17 00:00:00 2001 From: proggo <48134244+proggo@users.noreply.github.com> Date: Wed, 10 Apr 2024 00:13:30 +0600 Subject: [PATCH] Create posthog-azure.yaml to add azure provider for Posthog (#904) --- posthog/plural/recipes/posthog-azure.yaml | 36 +++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 posthog/plural/recipes/posthog-azure.yaml diff --git a/posthog/plural/recipes/posthog-azure.yaml b/posthog/plural/recipes/posthog-azure.yaml new file mode 100644 index 000000000..1b2df7e1d --- /dev/null +++ b/posthog/plural/recipes/posthog-azure.yaml @@ -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