refactor: remove managed HTTPRoute
This commit is contained in:
parent
28e7a770d5
commit
cf56ed8de8
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue