initial bootstrap: argocd, metallb, envoy-gateway, nfs-provisioner
This commit is contained in:
20
manifests/envoy-gateway-config/envoy-proxy.yaml
Normal file
20
manifests/envoy-gateway-config/envoy-proxy.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
apiVersion: gateway.envoyproxy.io/v1alpha1
|
||||
kind: EnvoyProxy
|
||||
metadata:
|
||||
name: envoy-daemon-proxy
|
||||
namespace: envoy-gateway-system
|
||||
spec:
|
||||
provider:
|
||||
type: Kubernetes
|
||||
kubernetes:
|
||||
envoyDaemonSet:
|
||||
container:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 256Mi
|
||||
limits:
|
||||
memory: 1024Mi
|
||||
envoyService:
|
||||
type: LoadBalancer
|
||||
externalTrafficPolicy: Cluster
|
||||
19
manifests/envoy-gateway-config/gateway.yaml
Normal file
19
manifests/envoy-gateway-config/gateway.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
apiVersion: gateway.networking.k8s.io/v1
|
||||
kind: Gateway
|
||||
metadata:
|
||||
name: envoy-gateway
|
||||
namespace: envoy-gateway-system
|
||||
spec:
|
||||
gatewayClassName: envoy-gateway-class
|
||||
infrastructure:
|
||||
parametersRef:
|
||||
group: gateway.envoyproxy.io
|
||||
kind: EnvoyProxy
|
||||
name: envoy-daemon-proxy
|
||||
listeners:
|
||||
- name: http
|
||||
port: 80
|
||||
protocol: HTTP
|
||||
allowedRoutes:
|
||||
namespaces:
|
||||
from: All
|
||||
6
manifests/envoy-gateway-config/gatewayclass.yaml
Normal file
6
manifests/envoy-gateway-config/gatewayclass.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
apiVersion: gateway.networking.k8s.io/v1
|
||||
kind: GatewayClass
|
||||
metadata:
|
||||
name: envoy-gateway-class
|
||||
spec:
|
||||
controllerName: gateway.envoyproxy.io/gatewayclass-controller
|
||||
Reference in New Issue
Block a user