Create namespaced-params.yaml
parent
bfb258bdf2
commit
c3eeab22eb
|
@ -0,0 +1,12 @@
|
||||||
|
apiVersion: networking.k8s.io/v1
|
||||||
|
kind: IngressClass
|
||||||
|
metadata:
|
||||||
|
name: external-lb
|
||||||
|
spec:
|
||||||
|
controller: example.com/ingress-controller
|
||||||
|
parameters:
|
||||||
|
apiGroup: k8s.example.com
|
||||||
|
kind: IngressParameters
|
||||||
|
name: external-lb
|
||||||
|
namespace: external-configuration
|
||||||
|
scope: Namespace
|
Loading…
Reference in New Issue