Skip to content

Commit

Permalink
gateway managed by envoygateway configured with debug logging
Browse files Browse the repository at this point in the history
Signed-off-by: Eguzki Astiz Lezaun <[email protected]>
  • Loading branch information
eguzki committed Oct 1, 2024
1 parent feedb9e commit a416430
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/dependencies/envoy-gateway/gateway/envoyproxy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
apiVersion: gateway.envoyproxy.io/v1alpha1
kind: EnvoyProxy
metadata:
name: custom-loglevel
spec:
logging:
level:
default: debug
5 changes: 5 additions & 0 deletions config/dependencies/envoy-gateway/gateway/gateway-class.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ metadata:
name: envoygateway
spec:
controllerName: gateway.envoyproxy.io/gatewayclass-controller
parametersRef:
group: gateway.envoyproxy.io
kind: EnvoyProxy
name: custom-loglevel
namespace: gateway-system
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ resources:
- namespace.yaml
- gateway-class.yaml
- gateway.yaml
- envoyproxy.yaml

0 comments on commit a416430

Please sign in to comment.