We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84768fe commit 8f0f27fCopy full SHA for 8f0f27f
helm/firetail-sensor/values.yaml
@@ -33,7 +33,7 @@ env:
33
FIRETAIL_API_URL: "https://api.logging.us-east-2.prod.us.firetail.app/logs/bulk"
34
FIRETAIL_API_URL_EU: "https://api.logging.eu-west-1.firetail.app/logs/bulk"
35
FIRETAIL_API_URL_US: "https://api.logging.us-east-2.prod.us.firetail.app/logs/bulk"
36
- FIRETAIL_KUBERNETES_SENSOR_DEV_MODE: "false"
+ FIRETAIL_KUBERNETES_SENSOR_DEV_MODE: "true"
37
FIRETAIL_KUBERNETES_SENSOR_DEV_SERVER_ENABLED: "false"
38
BPF_EXPRESSION: "tcp and (port 80 or port 443) and not net 169.254.0.0/16 and not net fd00::/8"
39
DISABLE_SERVICE_IP_FILTERING: "true"
0 commit comments