feat(garage): deploy route for git-age docs
All checks were successful
Renovate / renovate (push) Successful in 45s
All checks were successful
Renovate / renovate (push) Successful in 45s
This commit is contained in:
parent
653d1294a6
commit
8aca758f76
1 changed files with 21 additions and 0 deletions
|
@ -10,6 +10,7 @@ spec:
|
||||||
namespace: projectcontour
|
namespace: projectcontour
|
||||||
hostnames:
|
hostnames:
|
||||||
- "www.icb4dc0.de"
|
- "www.icb4dc0.de"
|
||||||
|
- "docs.git-age.icb4dc0.de"
|
||||||
rules:
|
rules:
|
||||||
- filters:
|
- filters:
|
||||||
- type: RequestRedirect
|
- type: RequestRedirect
|
||||||
|
@ -36,3 +37,23 @@ spec:
|
||||||
backendRefs:
|
backendRefs:
|
||||||
- name: garage
|
- name: garage
|
||||||
port: 3902
|
port: 3902
|
||||||
|
---
|
||||||
|
apiVersion: gateway.networking.k8s.io/v1
|
||||||
|
kind: HTTPRoute
|
||||||
|
metadata:
|
||||||
|
name: garage-git-age-docs-https
|
||||||
|
spec:
|
||||||
|
parentRefs:
|
||||||
|
- name: contour
|
||||||
|
sectionName: git-age-docs
|
||||||
|
namespace: projectcontour
|
||||||
|
hostnames:
|
||||||
|
- "docs.git-age.icb4dc0.de"
|
||||||
|
rules:
|
||||||
|
- filters:
|
||||||
|
- type: URLRewrite
|
||||||
|
urlRewrite:
|
||||||
|
hostname: git-age-docs.icb4dc0.de
|
||||||
|
backendRefs:
|
||||||
|
- name: garage
|
||||||
|
port: 3902
|
Loading…
Reference in a new issue