chore: add supabase-operator docs listener
All checks were successful
Renovate / renovate (push) Successful in 1m39s
All checks were successful
Renovate / renovate (push) Successful in 1m39s
This commit is contained in:
parent
f2bdc5381a
commit
ac30e7d1ae
1 changed files with 22 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue