We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32a98a2 commit 710c6adCopy full SHA for 710c6ad
squadquest-supabase/release-values.yaml
@@ -91,6 +91,21 @@ imgproxy:
91
kong:
92
image:
93
tag: 2.8.5
94
+ ingress:
95
+ enabled: true
96
+ className: "nginx"
97
+ annotations:
98
+ cert-manager.io/cluster-issuer: letsencrypt-prod
99
+ nginx.ingress.kubernetes.io/rewrite-target: /
100
+ tls:
101
+ - secretName: squadquest-supabase-internal-tls
102
+ hosts:
103
+ - squadquest-supabase.live.k8s.phl.io
104
105
+ - host: squadquest-supabase.live.k8s.phl.io
106
+ paths:
107
+ - path: /
108
+ pathType: Prefix
109
110
analytics:
111
0 commit comments