move gateway
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
apiVersion: gateway.networking.k8s.io/v1
|
||||
kind: Gateway
|
||||
metadata:
|
||||
name: kms-gateway
|
||||
spec:
|
||||
gatewayClassName: cilium
|
||||
listeners:
|
||||
- name: kms
|
||||
protocol: TCP
|
||||
port: 1688
|
||||
@@ -5,7 +5,6 @@ resources:
|
||||
- cr.yaml
|
||||
- crb.yaml
|
||||
- deploy.yaml
|
||||
- gateway.yaml
|
||||
- sa.yaml
|
||||
- svc.yaml
|
||||
- tcproute.yaml
|
||||
@@ -3,6 +3,9 @@ apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: kms-service
|
||||
namespace: kms
|
||||
annotations:
|
||||
io.cilium/lb-ipam-ips: 192.168.0.181
|
||||
spec:
|
||||
selector:
|
||||
app: kms
|
||||
@@ -11,4 +14,3 @@ spec:
|
||||
- port: 1688
|
||||
targetPort: 1688
|
||||
protocol: TCP
|
||||
|
||||
|
||||
Reference in New Issue
Block a user