gateway
This commit is contained in:
@@ -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
|
|
||||||
@@ -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
|
||||||
Reference in New Issue
Block a user