move gateway

This commit is contained in:
Philip Haupt
2025-04-04 00:38:01 +02:00
parent 69668b83c8
commit 3323f5d48d
4 changed files with 26 additions and 12 deletions

23
cilium/src/gateway.yaml Normal file
View File

@@ -0,0 +1,23 @@
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