initial bootstrap: argocd, metallb, envoy-gateway, nfs-provisioner
This commit is contained in:
31
manifests/envoy-gateway/values.yaml
Normal file
31
manifests/envoy-gateway/values.yaml
Normal file
@@ -0,0 +1,31 @@
|
||||
global:
|
||||
images:
|
||||
envoyGateway:
|
||||
image: docker.io/envoyproxy/gateway:v1.7.1
|
||||
pullPolicy: IfNotPresent
|
||||
ratelimit:
|
||||
image: docker.io/envoyproxy/ratelimit:c8765e89
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
deployment:
|
||||
replicas: 1
|
||||
envoyGateway:
|
||||
resources:
|
||||
limits:
|
||||
memory: 1024Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 256Mi
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
|
||||
config:
|
||||
envoyGateway:
|
||||
gateway:
|
||||
controllerName: gateway.envoyproxy.io/gatewayclass-controller
|
||||
provider:
|
||||
type: Kubernetes
|
||||
logging:
|
||||
level:
|
||||
default: info
|
||||
Reference in New Issue
Block a user