gatewayclass
This commit is contained in:
@@ -2046,6 +2046,13 @@ spec:
|
|||||||
- start: 192.168.0.129
|
- start: 192.168.0.129
|
||||||
stop: 192.168.0.190
|
stop: 192.168.0.190
|
||||||
---
|
---
|
||||||
|
apiVersion: gateway.networking.k8s.io/v1
|
||||||
|
kind: GatewayClass
|
||||||
|
metadata:
|
||||||
|
name: cilium
|
||||||
|
spec:
|
||||||
|
controllerName: io.cilium/gateway-controller
|
||||||
|
---
|
||||||
apiVersion: networking.k8s.io/v1
|
apiVersion: networking.k8s.io/v1
|
||||||
kind: IngressClass
|
kind: IngressClass
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
7
cilium/src/gatewayclass.yaml
Normal file
7
cilium/src/gatewayclass.yaml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
apiVersion: gateway.networking.k8s.io/v1
|
||||||
|
kind: GatewayClass
|
||||||
|
metadata:
|
||||||
|
name: cilium
|
||||||
|
spec:
|
||||||
|
controllerName: io.cilium/gateway-controller
|
||||||
@@ -5,6 +5,7 @@ kind: Kustomization
|
|||||||
resources:
|
resources:
|
||||||
- announce.yaml
|
- announce.yaml
|
||||||
- ip-pool.yaml
|
- ip-pool.yaml
|
||||||
|
- gatewayclass.yaml
|
||||||
|
|
||||||
helmCharts:
|
helmCharts:
|
||||||
- name: cilium
|
- name: cilium
|
||||||
|
|||||||
Reference in New Issue
Block a user