Skip to content

Commit

Permalink
Fix posthog ingress by making a different ingress class.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellw committed Nov 25, 2023
1 parent fc78efa commit 123d4ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/prod/posthog/ingress-nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ spec:
- --publish-service=$(POD_NAMESPACE)/posthog-ingress-nginx-controller
- --election-id=posthog-ingress-nginx-leader
- --controller-class=k8s.io/posthog-ingress-nginx
- --ingress-class=nginx
- --ingress-class=posthog-nginx
- --configmap=$(POD_NAMESPACE)/posthog-ingress-nginx-controller
- --validating-webhook=:8443
- --validating-webhook-certificate=/usr/local/certificates/cert
Expand Down Expand Up @@ -650,7 +650,7 @@ metadata:
app.kubernetes.io/name: posthog-ingress-nginx
app.kubernetes.io/part-of: posthog-ingress-nginx
app.kubernetes.io/version: 1.6.4
name: nginx
name: posthog-nginx
spec:
controller: k8s.io/posthog-ingress-nginx
---
Expand Down

0 comments on commit 123d4ae

Please sign in to comment.