Last active
December 7, 2022 04:43
-
-
Save afro-coder/70e961fdff858b929a9eafc4fa8d1c68 to your computer and use it in GitHub Desktop.
Aerospike values
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gloo: | |
gatewayProxies: | |
gatewayProxy: | |
gatewaySettings: | |
options: | |
accessLoggingService: | |
accessLog: | |
- fileSink: | |
path: /dev/stdout | |
stringFormat: > | |
[%START_TIME%] "%REQ(X-ENVOY-ORIGINAL-METHOD?:METHOD)% %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)% %PROTOCOL%" | |
%RESPONSE_CODE% %RESPONSE_FLAGS% %BYTES_RECEIVED% %BYTES_SENT% %DURATION% | |
%RESP(X-ENVOY-UPSTREAM-SERVICE-TIME)% "%REQ(X-FORWARDED-FOR)%" "%REQ(USER-AGENT)%" | |
"%REQ(X-REQUEST-ID)%" "%REQ(:AUTHORITY)%" "%UPSTREAM_HOST%" | |
global: | |
extensions: | |
rateLimit: | |
deployment: | |
aerospike: | |
address: <AEROSPIKE ADDRESS> | |
namespace: solo-namespace | |
port: 3000 | |
glooRedis: | |
enableAcl: false | |
gloo-fed: | |
enabled: false | |
glooFedApiserver: | |
enable: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment