Skip to content

Commit

Permalink
Use annotations directly instead of forking posthog chart unnecessarily.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellw committed Nov 25, 2023
1 parent 7aac288 commit d6068f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/prod/posthog/merge-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,5 +174,8 @@ spec:
effect: "NoSchedule"
ingress:
# -- Ingress handler type. Defaults to `nginx` if nginx is enabled and to `clb` on gcp.
# We're using our own so this doesn't actually do anything but we then put the ingress class annotation on the ingress which makes it get picked up by our posthog-specific nginx controller
type: "posthog-nginx"
annotations:
kubernetes.io/ingress.class: "posthog-nginx"
hostname: "posthog.prod.cluster.compose.ai"

0 comments on commit d6068f4

Please sign in to comment.