Skip to content

Commit

Permalink
feat(squadquest-supabase): configure ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
themightychris committed Dec 2, 2024
1 parent 32a98a2 commit 710c6ad
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions squadquest-supabase/release-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,21 @@ imgproxy:
kong:
image:
tag: 2.8.5
ingress:
enabled: true
className: "nginx"
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
nginx.ingress.kubernetes.io/rewrite-target: /
tls:
- secretName: squadquest-supabase-internal-tls
hosts:
- squadquest-supabase.live.k8s.phl.io
hosts:
- host: squadquest-supabase.live.k8s.phl.io
paths:
- path: /
pathType: Prefix

analytics:
image:
Expand Down

0 comments on commit 710c6ad

Please sign in to comment.