Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: zirain <zirain2009@gmail.com>
  • Loading branch information
zirain authored and Alice-Lilith committed Jul 3, 2024
1 parent 737b282 commit de8a53d
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions test/config/gatewayclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
- name: socket-dir
hostPath:
path: /var/run/ext-proc
type: ''
type: ""
telemetry:
metrics:
prometheus: {}
Expand Down Expand Up @@ -63,13 +63,13 @@ spec:
text: |
[%START_TIME%] "%REQ(:METHOD)% %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)% %PROTOCOL%" %RESPONSE_CODE% %RESPONSE_FLAGS% %BYTES_RECEIVED% %BYTES_SENT% %DURATION% "%REQ(X-FORWARDED-FOR)%" "%REQ(USER-AGENT)%" "%REQ(X-REQUEST-ID)%" "%REQ(:AUTHORITY)%" "%UPSTREAM_HOST%"
sinks:
- type: ALS
als:
backendRefs:
- name: envoy-als
namespace: monitoring
port: 8080
type: HTTP
- type: ALS
als:
backendRefs:
- name: envoy-als
namespace: monitoring
port: 8080
type: HTTP
tracing:
provider:
backendRefs:
Expand Down Expand Up @@ -163,3 +163,4 @@ metadata:
spec:
controllerName: gateway.envoyproxy.io/gatewayclass-controller
---

0 comments on commit de8a53d

Please sign in to comment.