feat(gateway): configure garage S3 subdomain
This commit is contained in:
parent
34b501e747
commit
de66a1f2ca
1 changed files with 14 additions and 0 deletions
|
@ -56,6 +56,20 @@ spec:
|
||||||
mode: Terminate
|
mode: Terminate
|
||||||
certificateRefs:
|
certificateRefs:
|
||||||
- name: coder-port-forwards-tls
|
- name: coder-port-forwards-tls
|
||||||
|
- name: garage-s3-subdomains
|
||||||
|
hostname: "*.s3.icb4dc0.de"
|
||||||
|
port: 443
|
||||||
|
protocol: HTTPS
|
||||||
|
allowedRoutes:
|
||||||
|
namespaces:
|
||||||
|
from: Selector
|
||||||
|
selector:
|
||||||
|
matchLabels:
|
||||||
|
kubernetes.io/metadata.name: garage
|
||||||
|
tls:
|
||||||
|
mode: Terminate
|
||||||
|
certificateRefs:
|
||||||
|
- name: garage-s3-subdomains-tls
|
||||||
- name: buildr-fider-community
|
- name: buildr-fider-community
|
||||||
hostname: community.buildr.icb4dc0.de
|
hostname: community.buildr.icb4dc0.de
|
||||||
port: 443
|
port: 443
|
||||||
|
|
Loading…
Reference in a new issue