disable cilium gateway

This commit is contained in:
2024-08-22 21:24:49 -05:00
parent 3ea870c0ce
commit 7fa4789b1c
4 changed files with 1 additions and 87 deletions

View File

@@ -1,30 +0,0 @@
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: http-route
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: http-route
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: web
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
parentRefs:
- group: gateway.networking.k8s.io
kind: Gateway
name: cilium-http-gateway
namespace: cilium
hostnames:
- site.alexlebens.net
rules:
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- group: ''
kind: Service
name: site-profile
port: 80
weight: 1