mirror of
https://github.com/traefik/traefik.git
synced 2026-06-17 19:09:29 +03:00
Align Helm chart documented values with chart v41
This commit is contained in:
@@ -26,8 +26,7 @@ log:
|
||||
```
|
||||
|
||||
```yaml tab="Helm Chart Values"
|
||||
logs:
|
||||
general:
|
||||
log:
|
||||
filePath: "/path/to/log-file.log"
|
||||
format: json
|
||||
level: INFO
|
||||
@@ -78,8 +77,7 @@ accessLog:
|
||||
|
||||
```yaml tab="Helm Chart Values"
|
||||
# values.yaml
|
||||
logs:
|
||||
access:
|
||||
accessLog:
|
||||
enabled: true
|
||||
format: json
|
||||
filters:
|
||||
|
||||
@@ -178,11 +178,10 @@ gateway:
|
||||
group: ""
|
||||
|
||||
# Enable Observability
|
||||
logs:
|
||||
general:
|
||||
log:
|
||||
level: INFO
|
||||
# This enables access logs, outputting them to Traefik's standard output by default. The [Access Logs Documentation](https://doc.traefik.io/traefik/observability/access-logs/) covers formatting, filtering, and output options.
|
||||
access:
|
||||
# This enables access logs, outputting them to Traefik's standard output by default. The [Access Logs Documentation](https://doc.traefik.io/traefik/observability/access-logs/) covers formatting, filtering, and output options.
|
||||
accessLog:
|
||||
enabled: true
|
||||
|
||||
# Enables Prometheus for Metrics
|
||||
|
||||
Reference in New Issue
Block a user