Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions charts/posthog/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ metadata:
{{- end }}
{{- end }}
spec:
{{- if .Values.ingress.ingressClassName }}
ingressClassName: {{ .Values.ingress.ingressClassName | quote }}
{{- else }}
{{- if or (eq (include "ingress.letsencrypt" .) "true") (or (.Values.ingress.secretName) (.Values.ingress.gcp.secretName)) }}
tls:
- hosts:
Expand Down
2 changes: 2 additions & 0 deletions charts/posthog/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1097,6 +1097,8 @@ ingress:
type:
# -- URL to address your PostHog installation. You will need to set up DNS after installation
hostname:
# -- Ingress controller that you want to use. Only available for Kubernetes >= 1.18
ingressClassName:
gcp:
# -- Specifies the name of the global IP address resource to be associated with the google clb
ip_name: "posthog"
Expand Down