This commit is contained in:
Philip Haupt
2025-04-02 00:33:33 +02:00
parent 6eb1e01b6b
commit c7d98997b1
2 changed files with 4 additions and 7 deletions

View File

@@ -2,13 +2,10 @@ apiVersion: gateway.networking.k8s.io/v1
kind: Gateway kind: Gateway
metadata: metadata:
name: kms-gateway name: kms-gateway
namespace: kms
spec: spec:
gatewayClassName: cilium gatewayClassName: cilium
listeners: listeners:
- name: kms - hostname: kms.borninpain.de
name: kms
protocol: TCP protocol: TCP
port: 1688 port: 1688
allowedRoutes:
namespaces:
from: All

View File

@@ -5,7 +5,7 @@ resources:
- cr.yaml - cr.yaml
- crb.yaml - crb.yaml
- deploy.yaml - deploy.yaml
#- gateway.yaml - gateway.yaml
- sa.yaml - sa.yaml
- svc.yaml - svc.yaml
#- tcproute.yaml #- tcproute.yaml