chore(cilium): Remove public gateway
This commit is contained in:
parent
2ea0c9a844
commit
5148ca1183
3 changed files with 1 additions and 38 deletions
|
|
@ -1,28 +0,0 @@
|
|||
---
|
||||
apiVersion: gateway.networking.k8s.io/v1
|
||||
kind: Gateway
|
||||
metadata:
|
||||
name: public
|
||||
spec:
|
||||
gatewayClassName: cilium
|
||||
infrastructure:
|
||||
addresses:
|
||||
- type: IPAddress
|
||||
value: 10.7.65.250
|
||||
listeners:
|
||||
- allowedRoutes:
|
||||
namespaces:
|
||||
from: All
|
||||
name: http
|
||||
port: 80
|
||||
protocol: HTTP
|
||||
- allowedRoutes:
|
||||
namespaces:
|
||||
from: All
|
||||
name: https
|
||||
port: 443
|
||||
protocol: HTTPS
|
||||
tls:
|
||||
certificateRefs:
|
||||
- kind: Secret
|
||||
name: tls-wildcard-peterg-nl
|
||||
|
|
@ -3,14 +3,6 @@ apiVersion: "cilium.io/v2alpha1"
|
|||
kind: CiliumLoadBalancerIPPool
|
||||
metadata:
|
||||
name: internal-pool
|
||||
spec:
|
||||
blocks:
|
||||
- cidr: "10.7.65.251/32"
|
||||
---
|
||||
apiVersion: "cilium.io/v2alpha1"
|
||||
kind: CiliumLoadBalancerIPPool
|
||||
metadata:
|
||||
name: public-pool
|
||||
spec:
|
||||
blocks:
|
||||
- cidr: "10.7.65.250/32"
|
||||
|
|
|
|||
|
|
@ -6,14 +6,13 @@ namespace: kube-system
|
|||
resources:
|
||||
- ../../kustomize-bases/cilium
|
||||
- ip-pool.yaml
|
||||
- gateways.yaml
|
||||
- httproute.yaml
|
||||
|
||||
patches:
|
||||
- patch: |-
|
||||
- op: replace
|
||||
path: /spec/addresses/0/value
|
||||
value: 10.7.65.251
|
||||
value: 10.7.65.250
|
||||
- op: replace
|
||||
path: /spec/listeners/1/tls/certificateRefs/0/name
|
||||
value: tls-wildcard-peterg-nl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue