gateway clean
This commit is contained in:
@@ -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
|
||||
@@ -1,7 +0,0 @@
|
||||
apiVersion: gateway.networking.k8s.io/v1
|
||||
kind: GatewayClass
|
||||
metadata:
|
||||
name: cilium
|
||||
namespace: kube-system
|
||||
spec:
|
||||
controllerName: io.cilium/gateway-controller
|
||||
@@ -4,7 +4,6 @@ kind: Kustomization
|
||||
|
||||
resources:
|
||||
- announce.yaml
|
||||
- gatewayclass.yaml
|
||||
- ip-pool.yaml
|
||||
|
||||
helmCharts:
|
||||
|
||||
Reference in New Issue
Block a user