Centralize Envoy Gateway routing
This commit is contained in:
parent
9acfeb7d48
commit
ba0a88b708
20 changed files with 184 additions and 318 deletions
19
infrastructure/gateway/envoy/envoyproxy.yaml
Normal file
19
infrastructure/gateway/envoy/envoyproxy.yaml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
apiVersion: gateway.envoyproxy.io/v1alpha1
|
||||
kind: EnvoyProxy
|
||||
metadata:
|
||||
name: public-gateway-nodeport
|
||||
namespace: apps
|
||||
spec:
|
||||
logging:
|
||||
level:
|
||||
default: warn
|
||||
provider:
|
||||
type: Kubernetes
|
||||
kubernetes:
|
||||
envoyDeployment:
|
||||
pod:
|
||||
nodeSelector:
|
||||
workload: app
|
||||
envoyService:
|
||||
type: NodePort
|
||||
externalTrafficPolicy: Local
|
||||
Loading…
Add table
Add a link
Reference in a new issue