chore: add supabase-operator docs listener
All checks were successful
Renovate / renovate (push) Successful in 1m39s

This commit is contained in:
Peter 2025-01-21 09:36:13 +01:00
parent f2bdc5381a
commit ac30e7d1ae
Signed by: prskr
GPG key ID: F56BED6903BC5E37

View file

@ -176,9 +176,29 @@ spec:
namespaces:
from: Selector
selector:
matchLabels:
kubernetes.io/metadata.name: blog
# workaround to move blog function to functions namespace
matchExpressions:
- key: kubernetes.io/metadata.name
operator: In
values:
- blog
- functions
tls:
mode: Terminate
certificateRefs:
- name: git-age-docs-tls
- name: supabase-operator-docs
hostname: "docs.supabase-operator.icb4dc0.de"
port: 443
protocol: HTTPS
allowedRoutes:
namespaces:
from: Selector
selector:
matchLabels:
kubernetes.io/metadata.name: functions
tls:
mode: Terminate
certificateRefs:
- name: supabase-operator-docs-tls