cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit ac1340e2556573288bdcaa9e892475f342de24fa
parent bed5c2b1bb6196995b696f4bde5f1c16b5e0ee0b
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Tue, 14 Oct 2025 21:48:50 +0200

route

Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>

Diffstat:
Mapps/talos_cluster/blog/wordpress.yaml | 38+++++++++++++++++++-------------------
1 file changed, 19 insertions(+), 19 deletions(-)

diff --git a/apps/talos_cluster/blog/wordpress.yaml b/apps/talos_cluster/blog/wordpress.yaml @@ -141,22 +141,22 @@ spec: protocol: TCP port: 8080 targetPort: 8080 -# --- -# apiVersion: gateway.networking.k8s.io/v1 -# kind: HTTPRoute -# metadata: -# name: blog -# namespace: blog -# spec: -# parentRefs: -# - name: envoy-gateway -# namespace: envoy-gateway -# hostnames: -# - mtrnord.blog -# rules: -# - backendRefs: -# - name: wordpress-service -# port: 8080 -# timeouts: -# request: 240s -# backendRequest: 0s +--- +apiVersion: gateway.networking.k8s.io/v1 +kind: HTTPRoute +metadata: + name: blog + namespace: blog +spec: + parentRefs: + - name: envoy-gateway + namespace: envoy-gateway + hostnames: + - mtrnord.blog + rules: + - backendRefs: + - name: wordpress-service + port: 8080 + timeouts: + request: 240s + backendRequest: 0s