Split manifests into infra/ and applications/
This commit is contained in:
11
infra/envoy-gateway/gateway-public.yaml
Normal file
11
infra/envoy-gateway/gateway-public.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: gateway.networking.k8s.io/v1
|
||||
kind: Gateway
|
||||
metadata:
|
||||
name: gateway-public
|
||||
namespace: envoy-gateway
|
||||
spec:
|
||||
gatewayClassName: eg
|
||||
infrastructure:
|
||||
annotations:
|
||||
metallb.universe.tf/loadBalancerIPs: "10.8.11.105"
|
||||
listeners: []
|
||||
Reference in New Issue
Block a user