gateway clean

This commit is contained in:
Philip Haupt
2025-04-04 01:06:52 +02:00
parent 1d68b804ad
commit f5da3af885
12 changed files with 152 additions and 122 deletions

View File

@@ -1,23 +0,0 @@
apiVersion: gateway.networking.k8s.io/v1
kind: Gateway
metadata:
name: first-gateway
namespace: kube-system
spec:
gatewayClassName: cilium
listeners:
- name: kms
protocol: TCP
port: 1688
- name: relay-port
protocol: TCP
port: 21117
- name: nat-port
protocol: TCP
port: 21115
- name: registry-port
protocol: TCP
port: 21116
- name: heartbeat-port
protocol: UDP
port: 21116

View File

@@ -1,7 +0,0 @@
apiVersion: gateway.networking.k8s.io/v1
kind: GatewayClass
metadata:
name: cilium
namespace: kube-system
spec:
controllerName: io.cilium/gateway-controller

View File

@@ -4,7 +4,6 @@ kind: Kustomization
resources:
- announce.yaml
- gatewayclass.yaml
- ip-pool.yaml
helmCharts: