catchup
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
---
|
||||
apiVersion: gateway.networking.k8s.io/v1
|
||||
kind: HTTPRoute
|
||||
metadata:
|
||||
name: antigravity
|
||||
spec:
|
||||
parentRefs:
|
||||
- name: external
|
||||
namespace: gateway-system
|
||||
hostnames:
|
||||
- ${FQDN}
|
||||
rules:
|
||||
- matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /
|
||||
backendRefs:
|
||||
- name: antigravity
|
||||
port: 5800
|
||||
weight: 1
|
||||
Reference in New Issue
Block a user