mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 05:26:49 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
deployment:
|
||||
replicas: 2
|
||||
envoyGateway:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 256Mi
|
||||
limits:
|
||||
memory: 1024Mi
|
||||
|
||||
# Envoy Gateway control-plane Service (xDS); data-plane Services are created per-Gateway.
|
||||
service:
|
||||
type: ClusterIP
|
||||
|
||||
config:
|
||||
envoyGateway:
|
||||
extensionApis:
|
||||
enableBackend: true
|
||||
logging:
|
||||
level:
|
||||
default: info
|
||||
Reference in New Issue
Block a user