31 lines
614 B
YAML
31 lines
614 B
YAML
apiVersion: gateway.networking.k8s.io/v1
|
|
kind: HTTPRoute
|
|
metadata:
|
|
name: blog-https
|
|
spec:
|
|
parentRefs:
|
|
- name: contour
|
|
sectionName: https
|
|
namespace: projectcontour
|
|
hostnames:
|
|
- "www.icb4dc0.de"
|
|
rules:
|
|
- backendRefs:
|
|
- name: spin-proxy
|
|
port: 80
|
|
---
|
|
apiVersion: gateway.networking.k8s.io/v1
|
|
kind: HTTPRoute
|
|
metadata:
|
|
name: git-age-docs-https
|
|
spec:
|
|
parentRefs:
|
|
- name: contour
|
|
sectionName: git-age-docs
|
|
namespace: projectcontour
|
|
hostnames:
|
|
- "docs.git-age.icb4dc0.de"
|
|
rules:
|
|
- backendRefs:
|
|
- name: spin-proxy
|
|
port: 80
|