migrate from ingress-nginx to gateway-api
This commit is contained in:
8
apps/kustomize/web/base/gateway/gateway.yaml
Normal file
8
apps/kustomize/web/base/gateway/gateway.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
apiVersion: gateway.networking.k8s.io/v1
|
||||
kind: Gateway
|
||||
metadata:
|
||||
annotations:
|
||||
cert-manager.io/issuer: web-gw-issuer
|
||||
name: web-gw
|
||||
spec:
|
||||
gatewayClassName: cilium
|
||||
Reference in New Issue
Block a user