refactor: remove managed HTTPRoute

This commit is contained in:
Johannes Reichhardt 2026-03-31 20:50:50 -05:00
parent 28e7a770d5
commit cf56ed8de8
1 changed files with 0 additions and 16 deletions

View File

@ -37,22 +37,6 @@ spec:
remoteRef:
key: flask-secret-key
---
apiVersion: gateway.networking.k8s.io/v1beta1
kind: HTTPRoute
metadata:
name: txt2md-route
namespace: default
spec:
parentRefs:
- name: external-http
namespace: kube-system
hostnames:
- "txt2md.hannesalbeiro.com"
rules:
- backendRefs:
- name: txt2md
port: 80
---
apiVersion: apps/v1
kind: Deployment
metadata: